#8050C5

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

Shades of Slate Blue #8050C5

Tints of Slate Blue #8050C5

Color information

#8050C5 (or 0x8050C5) is unknown color: approx Slate Blue. HEX triplet: 80, 50 and C5. RGB value is (128,80,197). Sum of RGB (Red+Green+Blue) = 128+80+197=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #8050C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050C5 is #7FAF3A. Grayscale: #6B6B6B. Windows color (decimal): -8367931 or 12931200. OLE color: 12931200.

HSL color Cylindrical-coordinate representation of color #8050C5: hue angle of 264.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8050C5 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12880197-
CMYK0.350.5900.23
HSL264.62º50.21%54.31%-
HSV(B)264.62º59.39%77.25%-
XYZ21.8514.3654.44-
YUV107.69178.4142.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 197 (77.34% from 255) = 48.64%
R=31.60%
G=19.75%
B=48.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128801970.350.5900.23264.6250.2154.31
Hex8050C5233B0171093236
Octal20012030543730274116266
Binary10000000101000011000101100011111011010111100001001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8050C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8050C5; }

 p { color: rgb(128,80,197); }

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

<style>
 a { background-color: #8050C5; }

 a { background-color: rgb(128,80,197); }

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

<style>
 span { border-color: #8050C5; }

 span { border-color: rgb(128,80,197); }

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