Html Css Color HEX #848095 Deluge

📋 copy color: '#848095'

red 132 ◦ green 128 ◦ blue 149

#848095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #848095

Tints of Deluge #848095

RGB

 RED value IS 132 (51.95% from 255) = 32.27%

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 32.27%
G = 31.3%
B = 36.43%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#848095 (or 0x848095) is known color: Deluge. HEX triplet: 84, 80 and 95. RGB value is (132,128,149). Sum of RGB (Red+Green+Blue) = 132+128+149=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #848095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848095 is #7B7F6A. Grayscale: #838383. Windows color (decimal): -8093547 or 9797764. OLE color: 9797764.

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

Color convert

RGB 132 128 149 -
CMYK 0.11 0.14 0 0.42
HSL 251.43º 0.09% 0.54% -
HSV(B) 251.43º 0.14% 0.58% -
XYZ 22.66 22.51 31.59 -
YUV 131.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 132 128 149 0.11 0.14 0 0.42 251.43 0.09 0.54
Hex 84 80 95 B E 0 2A FB 9 36
Octal 204 200 225 13 16 0 52 373 11 66
Binary 10000100 10000000 10010101 1011 1110 0 101010 11111011 1001 110110

Color Harmonies of #848095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848095

Black with #848095

Text Example


Text Example

White with #848095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848095; }

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

 H1.HeaderClassName
 {
   color: #848095;
 }
 .AnyTagClassName
 {
   color: #848095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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