Html Css Color HEX #7564CD Slate Blue

📋 copy color: '#7564CD'

red 117 ◦ green 100 ◦ blue 205

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

Shades of Slate Blue #7564CD

Tints of Slate Blue #7564CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 27.73%
G = 23.7%
B = 48.58%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7564CD (or 0x7564CD) is known color: Slate Blue. HEX triplet: 75, 64 and CD. RGB value is (117,100,205). Sum of RGB (Red+Green+Blue) = 117+100+205=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #7564CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564CD is #8A9B32. Grayscale: #747474. Windows color (decimal): -9083699 or 13460597. OLE color: 13460597.

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

Color convert

RGB 117 100 205 -
CMYK 0.43 0.51 0 0.20
HSL 249.71º 0.51% 0.6% -
HSV(B) 249.71º 0.51% 0.8% -
XYZ 22.91 17.3 59.89 -
YUV 117.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 117 100 205 0.43 0.51 0 0.20 249.71 0.51 0.6
Hex 75 64 CD 2B 33 0 14 FA 33 3C
Octal 165 144 315 53 63 0 24 372 63 74
Binary 1110101 1100100 11001101 101011 110011 0 10100 11111010 110011 111100

Color Harmonies of #7564CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564CD

Black with #7564CD

Text Example


Text Example

White with #7564CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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