Html Css Color HEX #7D58DB Slate Blue

📋 copy color: '#7D58DB'

red 125 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #7D58DB

Tints of Slate Blue #7D58DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 28.94%
G = 20.37%
B = 50.69%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D58DB (or 0x7D58DB) is known color: Slate Blue. HEX triplet: 7D, 58 and DB. RGB value is (125,88,219). Sum of RGB (Red+Green+Blue) = 125+88+219=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D58DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58DB is #82A724. Grayscale: #717171. Windows color (decimal): -8562469 or 14375037. OLE color: 14375037.

HSL color Cylindrical-coordinate representation of color #7D58DB: hue angle of 256.95º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D58DB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 88 219 -
CMYK 0.43 0.60 0 0.14
HSL 256.95º 0.65% 0.6% -
HSV(B) 256.95º 0.6% 0.86% -
XYZ 24.73 16.45 68.89 -
YUV 114 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 125 88 219 0.43 0.60 0 0.14 256.95 0.65 0.6
Hex 7D 58 DB 2B 3C 0 E 101 41 3C
Octal 175 130 333 53 74 0 16 401 101 74
Binary 1111101 1011000 11011011 101011 111100 0 1110 100000001 1000001 111100

Color Harmonies of #7D58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58DB

Black with #7D58DB

Text Example


Text Example

White with #7D58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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