Html Css Color HEX #858095 Deluge

📋 copy color: '#858095'

red 133 ◦ green 128 ◦ blue 149

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

Shades of Deluge #858095

Tints of Deluge #858095

RGB

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

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

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

R = 32.44%
G = 31.22%
B = 36.34%

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

#858095 (or 0x858095) is known color: Deluge. HEX triplet: 85, 80 and 95. RGB value is (133,128,149). Sum of RGB (Red+Green+Blue) = 133+128+149=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #858095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858095 is #7A7F6A. Grayscale: #838383. Windows color (decimal): -8028011 or 9797765. OLE color: 9797765.

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

Color convert

RGB 133 128 149 -
CMYK 0.11 0.14 0 0.42
HSL 254.29º 0.09% 0.54% -
HSV(B) 254.29º 0.14% 0.58% -
XYZ 22.82 22.59 31.59 -
YUV 131.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 133 128 149 0.11 0.14 0 0.42 254.29 0.09 0.54
Hex 85 80 95 B E 0 2A FE 9 36
Octal 205 200 225 13 16 0 52 376 11 66
Binary 10000101 10000000 10010101 1011 1110 0 101010 11111110 1001 110110

Color Harmonies of #858095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858095

Black with #858095

Text Example


Text Example

White with #858095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858095; }

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

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

background-color css

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

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

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

border-color css

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

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

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