#8150CC

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

Shades of Slate Blue #8150CC

Tints of Slate Blue #8150CC

Color information

#8150CC (or 0x8150CC) is unknown color: approx Slate Blue. HEX triplet: 81, 50 and CC. RGB value is (129,80,204). Sum of RGB (Red+Green+Blue) = 129+80+204=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #8150CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150CC is #7EAF33. Grayscale: #6C6C6C. Windows color (decimal): -8302388 or 13389953. OLE color: 13389953.

HSL color Cylindrical-coordinate representation of color #8150CC: hue angle of 263.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8150CC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12980204-
CMYK0.370.6100.2
HSL263.71º54.87%55.69%-
HSV(B)263.71º60.78%80%-
XYZ22.8214.7658.77-
YUV108.79181.73142.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=31.23%
G=19.37%
B=49.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129802040.370.6100.2263.7154.8755.69
Hex8150CC253D0141083738
Octal20112031445750244106770
Binary10000001101000011001100100101111101010100100001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8150CC; }

 p { color: rgb(129,80,204); }

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

<style>
 a { background-color: #8150CC; }

 a { background-color: rgb(129,80,204); }

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

<style>
 span { border-color: #8150CC; }

 span { border-color: rgb(129,80,204); }

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