#817BAA

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

Shades of Deluge #817BAA

Tints of Deluge #817BAA

Color information

#817BAA (or 0x817BAA) is unknown color: approx Deluge. HEX triplet: 81, 7B and AA. RGB value is (129,123,170). Sum of RGB (Red+Green+Blue) = 129+123+170=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #817BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BAA is #7E8455. Grayscale: #818181. Windows color (decimal): -8291414 or 11172737. OLE color: 11172737.

HSL color Cylindrical-coordinate representation of color #817BAA: hue angle of 247.66º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #817BAA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129123170-
CMYK0.240.2800.33
HSL247.66º21.66%57.45%-
HSV(B)247.66º27.65%66.67%-
XYZ23.3921.7440.99-
YUV130.15150.49127.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=30.57%
G=29.15%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291231700.240.2800.33247.6621.6657.45
Hex817BAA181C021f81639
Octal20117325230340413702671
Binary10000001111101110101010110001110001000011111100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817BAA; }

 p { color: rgb(129,123,170); }

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

<style>
 a { background-color: #817BAA; }

 a { background-color: rgb(129,123,170); }

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

<style>
 span { border-color: #817BAA; }

 span { border-color: rgb(129,123,170); }

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