#8053C9

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

Shades of Slate Blue #8053C9

Tints of Slate Blue #8053C9

Color information

#8053C9 (or 0x8053C9) is unknown color: approx Slate Blue. HEX triplet: 80, 53 and C9. RGB value is (128,83,201). Sum of RGB (Red+Green+Blue) = 128+83+201=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #8053C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8053C9 is #7FAC36. Grayscale: #6D6D6D. Windows color (decimal): -8367159 or 13194112. OLE color: 13194112.

HSL color Cylindrical-coordinate representation of color #8053C9: hue angle of 262.88º degrees, saturation: 0.52, 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 #8053C9 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12883201-
CMYK0.360.5900.21
HSL262.88º52.21%55.69%-
HSV(B)262.88º58.71%78.82%-
XYZ22.5414.9956.96-
YUV109.91179.41140.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=31.07%
G=20.15%
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
Decimal128832010.360.5900.21262.8852.2155.69
Hex8053C9243B0151073438
Octal20012331144730254076470
Binary10000000101001111001001100100111011010101100000111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8053C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8053C9; }

 p { color: rgb(128,83,201); }

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

<style>
 a { background-color: #8053C9; }

 a { background-color: rgb(128,83,201); }

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

<style>
 span { border-color: #8053C9; }

 span { border-color: rgb(128,83,201); }

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