#817BAF

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

Shades of Deluge #817BAF

Tints of Deluge #817BAF

Color information

#817BAF (or 0x817BAF) is unknown color: approx Deluge. HEX triplet: 81, 7B and AF. RGB value is (129,123,175). Sum of RGB (Red+Green+Blue) = 129+123+175=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #817BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BAF is #7E8450. Grayscale: #828282. Windows color (decimal): -8291409 or 11500417. OLE color: 11500417.

HSL color Cylindrical-coordinate representation of color #817BAF: hue angle of 246.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817BAF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129123175-
CMYK0.260.3000.31
HSL246.92º24.53%58.43%-
HSV(B)246.92º29.71%68.63%-
XYZ23.8721.9343.53-
YUV130.72152.99126.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=30.21%
G=28.81%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291231750.260.3000.31246.9224.5358.43
Hex817BAF1A1E01Ff7193a
Octal20117325732360373673172
Binary1000000111110111010111111010111100111111111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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