#838093

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

Shades of Deluge #838093

Tints of Deluge #838093

Color information

#838093 (or 0x838093) is unknown color: approx Deluge. HEX triplet: 83, 80 and 93. RGB value is (131,128,147). Sum of RGB (Red+Green+Blue) = 131+128+147=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #838093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838093 is #7C7F6C. Grayscale: #828282. Windows color (decimal): -8159085 or 9666691. OLE color: 9666691.

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

Color convert

RGB131128147-
CMYK0.110.1300.42
HSL249.47º8.09%53.92%-
HSV(B)249.47º12.93%57.65%-
XYZ22.3522.3730.74-
YUV131.06136.99127.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=32.27%
G=31.53%
B=36.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311281470.110.1300.42249.478.0953.92
Hex838093BD02Af9836
Octal20320022313150523711066
Binary100000111000000010010011101111010101010111110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838093; }

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

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

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

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

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

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

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

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