#8051CE

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

Shades of Slate Blue #8051CE

Tints of Slate Blue #8051CE

Color information

#8051CE (or 0x8051CE) is unknown color: approx Slate Blue. HEX triplet: 80, 51 and CE. RGB value is (128,81,206). Sum of RGB (Red+Green+Blue) = 128+81+206=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #8051CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CE is #7FAE31. Grayscale: #6C6C6C. Windows color (decimal): -8367666 or 13521280. OLE color: 13521280.

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

Color convert

RGB12881206-
CMYK0.380.6100.19
HSL262.56º56.05%56.27%-
HSV(B)262.56º60.68%80.78%-
XYZ22.9914.9360.06-
YUV109.3182.57141.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=30.84%
G=19.52%
B=49.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128812060.380.6100.19262.5656.0556.27
Hex8051CE263D0131073838
Octal20012131646750234077070
Binary10000000101000111001110100110111101010011100000111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8051CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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