#848093

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

Shades of Deluge #848093

Tints of Deluge #848093

Color information

#848093 (or 0x848093) is unknown color: approx Deluge. HEX triplet: 84, 80 and 93. RGB value is (132,128,147). Sum of RGB (Red+Green+Blue) = 132+128+147=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #848093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848093 is #7B7F6C. Grayscale: #838383. Windows color (decimal): -8093549 or 9666692. OLE color: 9666692.

HSL color Cylindrical-coordinate representation of color #848093: hue angle of 252.63º 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 #848093 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132128147-
CMYK0.100.1300.42
HSL252.63º8.09%53.92%-
HSV(B)252.63º12.93%57.65%-
XYZ22.522.4530.75-
YUV131.36136.83128.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=32.43%
G=31.45%
B=36.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321281470.100.1300.42252.638.0953.92
Hex848093AD02Afd836
Octal20420022312150523751066
Binary100001001000000010010011101011010101010111111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848093; }

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

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

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

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

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

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

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

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