#8055C5

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

Shades of Slate Blue #8055C5

Tints of Slate Blue #8055C5

Color information

#8055C5 (or 0x8055C5) is unknown color: approx Slate Blue. HEX triplet: 80, 55 and C5. RGB value is (128,85,197). Sum of RGB (Red+Green+Blue) = 128+85+197=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #8055C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055C5 is #7FAA3A. Grayscale: #6E6E6E. Windows color (decimal): -8366651 or 12932480. OLE color: 12932480.

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

Color convert

RGB12885197-
CMYK0.350.5700.23
HSL263.04º49.12%55.29%-
HSV(B)263.04º56.85%77.25%-
XYZ22.2315.1254.57-
YUV110.62176.75140.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 197 (77.34% from 255) = 48.05%
R=31.22%
G=20.73%
B=48.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128851970.350.5700.23263.0449.1255.29
Hex8055C523390171073137
Octal20012530543710274076167
Binary10000000101010111000101100011111001010111100000111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8055C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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