#8057CD

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

Shades of Slate Blue #8057CD

Tints of Slate Blue #8057CD

Color information

#8057CD (or 0x8057CD) is unknown color: approx Slate Blue. HEX triplet: 80, 57 and CD. RGB value is (128,87,205). Sum of RGB (Red+Green+Blue) = 128+87+205=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #8057CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057CD is #7FA832. Grayscale: #707070. Windows color (decimal): -8366131 or 13457280. OLE color: 13457280.

HSL color Cylindrical-coordinate representation of color #8057CD: hue angle of 260.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8057CD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12887205-
CMYK0.380.5800.20
HSL260.85º54.13%57.25%-
HSV(B)260.85º57.56%80.39%-
XYZ23.3315.8159.58-
YUV112.71180.08138.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=30.48%
G=20.71%
B=48.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128872050.380.5800.20260.8554.1357.25
Hex8057CD263A0141053639
Octal20012731546720244056671
Binary10000000101011111001101100110111010010100100000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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