#838095

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

Shades of Deluge #838095

Tints of Deluge #838095

Color information

#838095 (or 0x838095) is unknown color: approx Deluge. HEX triplet: 83, 80 and 95. RGB value is (131,128,149). Sum of RGB (Red+Green+Blue) = 131+128+149=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #838095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838095 is #7C7F6A. Grayscale: #838383. Windows color (decimal): -8159083 or 9797763. OLE color: 9797763.

HSL color Cylindrical-coordinate representation of color #838095: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838095 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131128149-
CMYK0.120.1400.42
HSL248.57º9.01%54.31%-
HSV(B)248.57º14.09%58.43%-
XYZ22.522.4331.58-
YUV131.29137.99127.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=32.11%
G=31.37%
B=36.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311281490.120.1400.42248.579.0154.31
Hex838095CE02Af9936
Octal20320022514160523711166
Binary100000111000000010010101110011100101010111110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838095; }

 p { color: rgb(131,128,149); }

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

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

 a { background-color: rgb(131,128,149); }

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

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

 span { border-color: rgb(131,128,149); }

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