Html Css Color HEX #7B64CB Slate Blue

📋 copy color: '#7B64CB'

red 123 ◦ green 100 ◦ blue 203

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

Shades of Slate Blue #7B64CB

Tints of Slate Blue #7B64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 28.87%
G = 23.47%
B = 47.65%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B64CB (or 0x7B64CB) is known color: Slate Blue. HEX triplet: 7B, 64 and CB. RGB value is (123,100,203). Sum of RGB (Red+Green+Blue) = 123+100+203=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B64CB is #849B34. Grayscale: #767676. Windows color (decimal): -8690485 or 13329531. OLE color: 13329531.

HSL color Cylindrical-coordinate representation of color #7B64CB: hue angle of 253.4º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B64CB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 100 203 -
CMYK 0.39 0.51 0 0.20
HSL 253.4º 0.5% 0.59% -
HSV(B) 253.4º 0.51% 0.8% -
XYZ 23.51 17.64 58.67 -
YUV 118.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 123 100 203 0.39 0.51 0 0.20 253.4 0.5 0.59
Hex 7B 64 CB 27 33 0 14 FD 32 3B
Octal 173 144 313 47 63 0 24 375 62 73
Binary 1111011 1100100 11001011 100111 110011 0 10100 11111101 110010 111011

Color Harmonies of #7B64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B64CB

Black with #7B64CB

Text Example


Text Example

White with #7B64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,100,203); }

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

background-color css

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

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

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

border-color css

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

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

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