#838092

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

Shades of Deluge #838092

Tints of Deluge #838092

Color information

#838092 (or 0x838092) is unknown color: approx Deluge. HEX triplet: 83, 80 and 92. RGB value is (131,128,146). Sum of RGB (Red+Green+Blue) = 131+128+146=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #838092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838092 is #7C7F6D. Grayscale: #828282. Windows color (decimal): -8159086 or 9601155. OLE color: 9601155.

HSL color Cylindrical-coordinate representation of color #838092: hue angle of 250º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838092 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131128146-
CMYK0.100.1200.43
HSL250º7.63%53.73%-
HSV(B)250º12.33%57.25%-
XYZ22.2722.3430.33-
YUV130.95136.49128.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=32.35%
G=31.60%
B=36.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311281460.100.1200.432507.6353.73
Hex838092AC02Bfa836
Octal20320022212140533721066
Binary100000111000000010010010101011000101011111110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838092; }

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

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

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

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

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

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

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

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