#8058CE

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

Shades of Slate Blue #8058CE

Tints of Slate Blue #8058CE

Color information

#8058CE (or 0x8058CE) is unknown color: approx Slate Blue. HEX triplet: 80, 58 and CE. RGB value is (128,88,206). Sum of RGB (Red+Green+Blue) = 128+88+206=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8058CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058CE is #7FA731. Grayscale: #707070. Windows color (decimal): -8365874 or 13523072. OLE color: 13523072.

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

Color convert

RGB12888206-
CMYK0.380.5700.19
HSL260.34º54.63%57.65%-
HSV(B)260.34º57.28%80.78%-
XYZ23.5316.0260.25-
YUV113.41180.25138.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=30.33%
G=20.85%
B=48.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128882060.380.5700.19260.3454.6357.65
Hex8058CE2639013104373a
Octal20013031646710234046772
Binary10000000101100011001110100110111001010011100000100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8058CE; }

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

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

<style>
 a { background-color: #8058CE; }

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

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

<style>
 span { border-color: #8058CE; }

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

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