#8153CA

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

Shades of Slate Blue #8153CA

Tints of Slate Blue #8153CA

Color information

#8153CA (or 0x8153CA) is unknown color: approx Slate Blue. HEX triplet: 81, 53 and CA. RGB value is (129,83,202). Sum of RGB (Red+Green+Blue) = 129+83+202=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #8153CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153CA is #7EAC35. Grayscale: #6D6D6D. Windows color (decimal): -8301622 or 13259649. OLE color: 13259649.

HSL color Cylindrical-coordinate representation of color #8153CA: hue angle of 263.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8153CA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12983202-
CMYK0.360.5900.21
HSL263.19º52.89%55.88%-
HSV(B)263.19º58.91%79.22%-
XYZ22.8115.1257.59-
YUV110.32179.74141.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=31.16%
G=20.05%
B=48.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129832020.360.5900.21263.1952.8955.88
Hex8153CA243B0151073538
Octal20112331244730254076570
Binary10000001101001111001010100100111011010101100000111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8153CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8153CA; }

 p { color: rgb(129,83,202); }

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

<style>
 a { background-color: #8153CA; }

 a { background-color: rgb(129,83,202); }

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

<style>
 span { border-color: #8153CA; }

 span { border-color: rgb(129,83,202); }

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