#7E58CF

Color #7E58CF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7E58CF

Tints of Slate Blue #7E58CF

Color information

#7E58CF (or 0x7E58CF) is unknown color: approx Slate Blue. HEX triplet: 7E, 58 and CF. RGB value is (126,88,207). Sum of RGB (Red+Green+Blue) = 126+88+207=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58CF is #81A730. Grayscale: #707070. Windows color (decimal): -8496945 or 13588606. OLE color: 13588606.

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

Color convert

RGB12688207-
CMYK0.390.5700.19
HSL259.16º55.35%57.84%-
HSV(B)259.16º57.49%81.18%-
XYZ23.3615.9260.87-
YUV112.93181.09137.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.93%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=29.93%
G=20.90%
B=49.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal126882070.390.5700.19259.1655.3557.84
Hex7E58CF2739013103373a
Octal17613031747710234036772
Binary1111110101100011001111100111111001010011100000011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E58CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E58CF;
 }
 .AnyTagClassName
 {
   color: #7E58CF;
 }
</style>
background-color css

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

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

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

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

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

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