Html Css Color HEX #7D57CD Slate Blue

📋 copy color: '#7D57CD'

red 125 ◦ green 87 ◦ blue 205

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

Shades of Slate Blue #7D57CD

Tints of Slate Blue #7D57CD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.86%

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

R = 29.98%
G = 20.86%
B = 49.16%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D57CD (or 0x7D57CD) is known color: Slate Blue. HEX triplet: 7D, 57 and CD. RGB value is (125,87,205). Sum of RGB (Red+Green+Blue) = 125+87+205=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D57CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57CD is #82A832. Grayscale: #6F6F6F. Windows color (decimal): -8562739 or 13457277. OLE color: 13457277.

HSL color Cylindrical-coordinate representation of color #7D57CD: hue angle of 259.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D57CD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 87 205 -
CMYK 0.39 0.58 0 0.20
HSL 259.32º 0.54% 0.57% -
HSV(B) 259.32º 0.58% 0.8% -
XYZ 22.89 15.58 59.56 -
YUV 111.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 125 87 205 0.39 0.58 0 0.20 259.32 0.54 0.57
Hex 7D 57 CD 27 3A 0 14 103 36 39
Octal 175 127 315 47 72 0 24 403 66 71
Binary 1111101 1010111 11001101 100111 111010 0 10100 100000011 110110 111001

Color Harmonies of #7D57CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D57CD

Black with #7D57CD

Text Example


Text Example

White with #7D57CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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