Html Css Color HEX #7564CC Slate Blue

📋 copy color: '#7564CC'

red 117 ◦ green 100 ◦ blue 204

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

Shades of Slate Blue #7564CC

Tints of Slate Blue #7564CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 27.79%
G = 23.75%
B = 48.46%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7564CC (or 0x7564CC) is known color: Slate Blue. HEX triplet: 75, 64 and CC. RGB value is (117,100,204). Sum of RGB (Red+Green+Blue) = 117+100+204=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #7564CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564CC is #8A9B33. Grayscale: #747474. Windows color (decimal): -9083700 or 13395061. OLE color: 13395061.

HSL color Cylindrical-coordinate representation of color #7564CC: hue angle of 249.81º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7564CC is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 100 204 -
CMYK 0.43 0.51 0 0.2
HSL 249.81º 0.5% 0.6% -
HSV(B) 249.81º 0.51% 0.8% -
XYZ 22.79 17.26 59.26 -
YUV 116.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 117 100 204 0.43 0.51 0 0.2 249.81 0.5 0.6
Hex 75 64 CC 2B 33 0 14 FA 32 3C
Octal 165 144 314 53 63 0 24 372 62 74
Binary 1110101 1100100 11001100 101011 110011 0 10100 11111010 110010 111100

Color Harmonies of #7564CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564CC

Black with #7564CC

Text Example


Text Example

White with #7564CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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