Html Css Color HEX #7D58CE Slate Blue

📋 copy color: '#7D58CE'

red 125 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #7D58CE

Tints of Slate Blue #7D58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 29.83%
G = 21%
B = 49.16%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D58CE (or 0x7D58CE) is known color: Slate Blue. HEX triplet: 7D, 58 and CE. RGB value is (125,88,206). Sum of RGB (Red+Green+Blue) = 125+88+206=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58CE is #82A731. Grayscale: #707070. Windows color (decimal): -8562482 or 13523069. OLE color: 13523069.

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

Color convert

RGB 125 88 206 -
CMYK 0.39 0.57 0 0.19
HSL 258.81º 0.55% 0.58% -
HSV(B) 258.81º 0.57% 0.81% -
XYZ 23.09 15.8 60.22 -
YUV 112.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 125 88 206 0.39 0.57 0 0.19 258.81 0.55 0.58
Hex 7D 58 CE 27 39 0 13 103 37 3A
Octal 175 130 316 47 71 0 23 403 67 72
Binary 1111101 1011000 11001110 100111 111001 0 10011 100000011 110111 111010

Color Harmonies of #7D58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58CE

Black with #7D58CE

Text Example


Text Example

White with #7D58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,206); }

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

background-color css

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

 a { background-color: rgb(125,88,206); }

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

border-color css

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

 span { border-color: rgb(125,88,206); }

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