#837F9E

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

Shades of Deluge #837F9E

Tints of Deluge #837F9E

Color information

#837F9E (or 0x837F9E) is unknown color: approx Deluge. HEX triplet: 83, 7F and 9E. RGB value is (131,127,158). Sum of RGB (Red+Green+Blue) = 131+127+158=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #837F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F9E is #7C8061. Grayscale: #838383. Windows color (decimal): -8159330 or 10387331. OLE color: 10387331.

HSL color Cylindrical-coordinate representation of color #837F9E: hue angle of 247.74º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837F9E is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131127158-
CMYK0.170.2000.38
HSL247.74º13.78%55.88%-
HSV(B)247.74º19.62%61.96%-
XYZ23.1222.4735.47-
YUV131.73142.83127.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=31.49%
G=30.53%
B=37.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311271580.170.2000.38247.7413.7855.88
Hex837F9E1114026f8e38
Octal20317723621240463701670
Binary1000001111111111001111010001101000100110111110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837F9E; }

 p { color: rgb(131,127,158); }

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

<style>
 a { background-color: #837F9E; }

 a { background-color: rgb(131,127,158); }

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

<style>
 span { border-color: #837F9E; }

 span { border-color: rgb(131,127,158); }

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