#8057CF

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

Shades of Slate Blue #8057CF

Tints of Slate Blue #8057CF

Color information

#8057CF (or 0x8057CF) is unknown color: approx Slate Blue. HEX triplet: 80, 57 and CF. RGB value is (128,87,207). Sum of RGB (Red+Green+Blue) = 128+87+207=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #8057CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057CF is #7FA830. Grayscale: #707070. Windows color (decimal): -8366129 or 13588352. OLE color: 13588352.

HSL color Cylindrical-coordinate representation of color #8057CF: hue angle of 260.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8057CF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12887207-
CMYK0.380.5800.19
HSL260.5º55.56%57.65%-
HSV(B)260.5º57.97%81.18%-
XYZ23.5715.9160.86-
YUV112.94181.08138.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 207 (81.25% from 255) = 49.05%
R=30.33%
G=20.62%
B=49.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128872070.380.5800.19260.555.5657.65
Hex8057CF263A013104383a
Octal20012731746720234047072
Binary10000000101011111001111100110111010010011100000100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8057CF; }

 p { color: rgb(128,87,207); }

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

<style>
 a { background-color: #8057CF; }

 a { background-color: rgb(128,87,207); }

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

<style>
 span { border-color: #8057CF; }

 span { border-color: rgb(128,87,207); }

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