Html Css Color HEX #858096 Deluge

📋 copy color: '#858096'

red 133 ◦ green 128 ◦ blue 150

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

Shades of Deluge #858096

Tints of Deluge #858096

RGB

 RED value IS 133 (52.34% from 255) = 32.36%

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

 BLUE value IS 150 (58.98% from 255) = 36.5%

R = 32.36%
G = 31.14%
B = 36.5%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#858096 (or 0x858096) is known color: Deluge. HEX triplet: 85, 80 and 96. RGB value is (133,128,150). Sum of RGB (Red+Green+Blue) = 133+128+150=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #858096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858096 is #7A7F69. Grayscale: #838383. Windows color (decimal): -8028010 or 9863301. OLE color: 9863301.

HSL color Cylindrical-coordinate representation of color #858096: hue angle of 253.64º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858096 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 128 150 -
CMYK 0.11 0.15 0 0.41
HSL 253.64º 0.09% 0.55% -
HSV(B) 253.64º 0.15% 0.59% -
XYZ 22.9 22.63 32.01 -
YUV 132 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 133 128 150 0.11 0.15 0 0.41 253.64 0.09 0.55
Hex 85 80 96 B F 0 29 FE 9 37
Octal 205 200 226 13 17 0 51 376 11 67
Binary 10000101 10000000 10010110 1011 1111 0 101001 11111110 1001 110111

Color Harmonies of #858096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858096

Black with #858096

Text Example


Text Example

White with #858096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858096; }

 p { color: rgb(133,128,150); }

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

background-color css

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

 a { background-color: rgb(133,128,150); }

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

border-color css

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

 span { border-color: rgb(133,128,150); }

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