Html Css Color HEX #7B7BEF Medium Slate Blue

📋 copy color: '#7B7BEF'

red 123 ◦ green 123 ◦ blue 239

#7B7BEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7B7BEF

Tints of Medium Slate Blue #7B7BEF

RGB

 RED value IS 123 (48.44% from 255) = 25.36%

 GREEN value IS 123 (48.44% from 255) = 25.36%

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 25.36%
G = 25.36%
B = 49.28%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7B7BEF (or 0x7B7BEF) is known color: Medium Slate Blue. HEX triplet: 7B, 7B and EF. RGB value is (123,123,239). Sum of RGB (Red+Green+Blue) = 123+123+239=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B7BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B7BEF is #848410. Grayscale: #878787. Windows color (decimal): -8684561 or 15694715. OLE color: 15694715.

HSL color Cylindrical-coordinate representation of color #7B7BEF: hue angle of 240º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B7BEF is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 123 239 -
CMYK 0.49 0.49 0 0.06
HSL 240º 0.78% 0.71% -
HSV(B) 240º 0.49% 0.94% -
XYZ 30.83 24.61 84.79 -
YUV 136.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 123 123 239 0.49 0.49 0 0.06 240 0.78 0.71
Hex 7B 7B EF 31 31 0 6 F0 4E 47
Octal 173 173 357 61 61 0 6 360 116 107
Binary 1111011 1111011 11101111 110001 110001 0 110 11110000 1001110 1000111

Color Harmonies of #7B7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7BEF

Black with #7B7BEF

Text Example


Text Example

White with #7B7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B7BEF; }

 p { color: rgb(123,123,239); }

 H1.HeaderClassName
 {
   color: #7B7BEF;
 }
 .AnyTagClassName
 {
   color: #7B7BEF;
 }
</style>

background-color css

<style>
 a { background-color: #7B7BEF; }

 a { background-color: rgb(123,123,239); }

 div.DivClassName
 {
   background-color: #7B7BEF;
 }
 .BgClassName
 {
   background-color: #7B7BEF;
 }
</style>

border-color css

<style>
 span { border-color: #7B7BEF; }

 span { border-color: rgb(123,123,239); }

 td.TdClassName
 {
   border-color: #7B7BEF;
 }
 .TagClassName
 {
   border-color: #7B7BEF;
 }
</style>