Html Css Color HEX #7564CB Slate Blue

📋 copy color: '#7564CB'

red 117 ◦ green 100 ◦ blue 203

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

Shades of Slate Blue #7564CB

Tints of Slate Blue #7564CB

RGB

 RED value IS 117 (46.09% from 255) = 27.86%

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

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

R = 27.86%
G = 23.81%
B = 48.33%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7564CB (or 0x7564CB) is known color: Slate Blue. HEX triplet: 75, 64 and CB. RGB value is (117,100,203). Sum of RGB (Red+Green+Blue) = 117+100+203=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #7564CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564CB is #8A9B34. Grayscale: #747474. Windows color (decimal): -9083701 or 13329525. OLE color: 13329525.

HSL color Cylindrical-coordinate representation of color #7564CB: hue angle of 249.9º 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 #7564CB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 100 203 -
CMYK 0.42 0.51 0 0.20
HSL 249.9º 0.5% 0.59% -
HSV(B) 249.9º 0.51% 0.8% -
XYZ 22.67 17.21 58.63 -
YUV 116.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 117 100 203 0.42 0.51 0 0.20 249.9 0.5 0.59
Hex 75 64 CB 2A 33 0 14 FA 32 3B
Octal 165 144 313 52 63 0 24 372 62 73
Binary 1110101 1100100 11001011 101010 110011 0 10100 11111010 110010 111011

Color Harmonies of #7564CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564CB

Black with #7564CB

Text Example


Text Example

White with #7564CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7564CB; }

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

 H1.HeaderClassName
 {
   color: #7564CB;
 }
 .AnyTagClassName
 {
   color: #7564CB;
 }
</style>

background-color css

<style>
 a { background-color: #7564CB; }

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

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

border-color css

<style>
 span { border-color: #7564CB; }

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

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