Html Css Color HEX #7D58CF Slate Blue

📋 copy color: '#7D58CF'

red 125 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #7D58CF

Tints of Slate Blue #7D58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 29.76%
G = 20.95%
B = 49.29%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D58CF (or 0x7D58CF) is known color: Slate Blue. HEX triplet: 7D, 58 and CF. RGB value is (125,88,207). Sum of RGB (Red+Green+Blue) = 125+88+207=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58CF is #82A730. Grayscale: #707070. Windows color (decimal): -8562481 or 13588605. OLE color: 13588605.

HSL color Cylindrical-coordinate representation of color #7D58CF: hue angle of 258.66º 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 #7D58CF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 88 207 -
CMYK 0.40 0.57 0 0.19
HSL 258.66º 0.55% 0.58% -
HSV(B) 258.66º 0.57% 0.81% -
XYZ 23.21 15.84 60.87 -
YUV 112.63 181.26 136.82 -
System Red Green Blue C M Y K H S L
Decimal 125 88 207 0.40 0.57 0 0.19 258.66 0.55 0.58
Hex 7D 58 CF 28 39 0 13 103 37 3A
Octal 175 130 317 50 71 0 23 403 67 72
Binary 1111101 1011000 11001111 101000 111001 0 10011 100000011 110111 111010

Color Harmonies of #7D58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58CF

Black with #7D58CF

Text Example


Text Example

White with #7D58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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