#806BB5

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

Shades of Deluge #806BB5

Tints of Deluge #806BB5

Color information

#806BB5 (or 0x806BB5) is unknown color: approx Deluge. HEX triplet: 80, 6B and B5. RGB value is (128,107,181). Sum of RGB (Red+Green+Blue) = 128+107+181=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #806BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BB5 is #7F944A. Grayscale: #797979. Windows color (decimal): -8361035 or 11889536. OLE color: 11889536.

HSL color Cylindrical-coordinate representation of color #806BB5: hue angle of 257.03º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #806BB5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128107181-
CMYK0.290.4100.29
HSL257.03º33.33%56.47%-
HSV(B)257.03º40.88%70.98%-
XYZ22.518.4446.09-
YUV121.71161.46132.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 181 (71.09% from 255) = 43.51%
R=30.77%
G=25.72%
B=43.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281071810.290.4100.29257.0333.3356.47
Hex806BB51D2901D1012138
Octal20015326535510354014170
Binary1000000011010111011010111101101001011101100000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806BB5; }

 p { color: rgb(128,107,181); }

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

<style>
 a { background-color: #806BB5; }

 a { background-color: rgb(128,107,181); }

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

<style>
 span { border-color: #806BB5; }

 span { border-color: rgb(128,107,181); }

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