Html Css Color HEX #7C64CD Slate Blue

📋 copy color: '#7C64CD'

red 124 ◦ green 100 ◦ blue 205

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

Shades of Slate Blue #7C64CD

Tints of Slate Blue #7C64CD

RGB

 RED value IS 124 (48.83% from 255) = 28.9%

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

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

R = 28.9%
G = 23.31%
B = 47.79%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C64CD (or 0x7C64CD) is known color: Slate Blue. HEX triplet: 7C, 64 and CD. RGB value is (124,100,205). Sum of RGB (Red+Green+Blue) = 124+100+205=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C64CD is #839B32. Grayscale: #767676. Windows color (decimal): -8624947 or 13460604. OLE color: 13460604.

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

Color convert

RGB 124 100 205 -
CMYK 0.40 0.51 0 0.20
HSL 253.71º 0.51% 0.6% -
HSV(B) 253.71º 0.51% 0.8% -
XYZ 23.89 17.81 59.94 -
YUV 119.15 176.45 131.46 -
System Red Green Blue C M Y K H S L
Decimal 124 100 205 0.40 0.51 0 0.20 253.71 0.51 0.6
Hex 7C 64 CD 28 33 0 14 FE 33 3C
Octal 174 144 315 50 63 0 24 376 63 74
Binary 1111100 1100100 11001101 101000 110011 0 10100 11111110 110011 111100

Color Harmonies of #7C64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C64CD

Black with #7C64CD

Text Example


Text Example

White with #7C64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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