#837898

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

Shades of Deluge #837898

Tints of Deluge #837898

Color information

#837898 (or 0x837898) is unknown color: approx Deluge. HEX triplet: 83, 78 and 98. RGB value is (131,120,152). Sum of RGB (Red+Green+Blue) = 131+120+152=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #837898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837898 is #7C8767. Grayscale: #7E7E7E. Windows color (decimal): -8161128 or 9992323. OLE color: 9992323.

HSL color Cylindrical-coordinate representation of color #837898: hue angle of 260.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837898 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131120152-
CMYK0.140.2100.40
HSL260.62º13.45%53.33%-
HSV(B)260.62º21.05%59.61%-
XYZ21.7420.5332.52-
YUV126.94142.14130.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=32.51%
G=29.78%
B=37.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311201520.140.2100.40260.6213.4553.33
Hex837898E15028105d35
Octal20317023016250504051565
Binary1000001111110001001100011101010101010001000001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837898; }

 p { color: rgb(131,120,152); }

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

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

 a { background-color: rgb(131,120,152); }

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

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

 span { border-color: rgb(131,120,152); }

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