Html Css Color HEX #7D58CB Slate Blue

📋 copy color: '#7D58CB'

red 125 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #7D58CB

Tints of Slate Blue #7D58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 30.05%
G = 21.15%
B = 48.8%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D58CB (or 0x7D58CB) is known color: Slate Blue. HEX triplet: 7D, 58 and CB. RGB value is (125,88,203). Sum of RGB (Red+Green+Blue) = 125+88+203=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58CB is #82A734. Grayscale: #6F6F6F. Windows color (decimal): -8562485 or 13326461. OLE color: 13326461.

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

Color convert

RGB 125 88 203 -
CMYK 0.38 0.57 0 0.20
HSL 259.3º 0.53% 0.57% -
HSV(B) 259.3º 0.57% 0.8% -
XYZ 22.73 15.65 58.32 -
YUV 112.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 125 88 203 0.38 0.57 0 0.20 259.3 0.53 0.57
Hex 7D 58 CB 26 39 0 14 103 35 39
Octal 175 130 313 46 71 0 24 403 65 71
Binary 1111101 1011000 11001011 100110 111001 0 10100 100000011 110101 111001

Color Harmonies of #7D58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58CB

Black with #7D58CB

Text Example


Text Example

White with #7D58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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