Html Css Color HEX #7D64CD Slate Blue

📋 copy color: '#7D64CD'

red 125 ◦ green 100 ◦ blue 205

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

Shades of Slate Blue #7D64CD

Tints of Slate Blue #7D64CD

RGB

 RED value IS 125 (49.22% from 255) = 29.07%

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

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

R = 29.07%
G = 23.26%
B = 47.67%

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

#7D64CD (or 0x7D64CD) is known color: Slate Blue. HEX triplet: 7D, 64 and CD. RGB value is (125,100,205). Sum of RGB (Red+Green+Blue) = 125+100+205=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64CD is #829B32. Grayscale: #777777. Windows color (decimal): -8559411 or 13460605. OLE color: 13460605.

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

Color convert

RGB 125 100 205 -
CMYK 0.39 0.51 0 0.20
HSL 254.29º 0.51% 0.6% -
HSV(B) 254.29º 0.51% 0.8% -
XYZ 24.03 17.88 59.94 -
YUV 119.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 125 100 205 0.39 0.51 0 0.20 254.29 0.51 0.6
Hex 7D 64 CD 27 33 0 14 FE 33 3C
Octal 175 144 315 47 63 0 24 376 63 74
Binary 1111101 1100100 11001101 100111 110011 0 10100 11111110 110011 111100

Color Harmonies of #7D64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D64CD

Black with #7D64CD

Text Example


Text Example

White with #7D64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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