#816CB0

Color #816CB0 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #816CB0

Tints of Deluge #816CB0

Color information

#816CB0 (or 0x816CB0) is unknown color: approx Deluge. HEX triplet: 81, 6C and B0. RGB value is (129,108,176). Sum of RGB (Red+Green+Blue) = 129+108+176=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #816CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816CB0 is #7E934F. Grayscale: #797979. Windows color (decimal): -8295248 or 11562113. OLE color: 11562113.

HSL color Cylindrical-coordinate representation of color #816CB0: hue angle of 258.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #816CB0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129108176-
CMYK0.270.3900.31
HSL258.53º30.09%55.69%-
HSV(B)258.53º38.64%69.02%-
XYZ22.2518.5343.48-
YUV122.03158.46132.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 176 (69.14% from 255) = 42.62%
R=31.23%
G=26.15%
B=42.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291081760.270.3900.31258.5330.0955.69
Hex816CB01B2701F1031e38
Octal20115426033470374033670
Binary100000011101100101100001101110011101111110000001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816CB0; }

 p { color: rgb(129,108,176); }

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

<style>
 a { background-color: #816CB0; }

 a { background-color: rgb(129,108,176); }

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

<style>
 span { border-color: #816CB0; }

 span { border-color: rgb(129,108,176); }

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