Html Css Color HEX #858094 Deluge

📋 copy color: '#858094'

red 133 ◦ green 128 ◦ blue 148

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

Shades of Deluge #858094

Tints of Deluge #858094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 32.52%
G = 31.3%
B = 36.19%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858094 (or 0x858094) is known color: Deluge. HEX triplet: 85, 80 and 94. RGB value is (133,128,148). Sum of RGB (Red+Green+Blue) = 133+128+148=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #858094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858094 is #7A7F6B. Grayscale: #838383. Windows color (decimal): -8028012 or 9732229. OLE color: 9732229.

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

Color convert

RGB 133 128 148 -
CMYK 0.10 0.14 0 0.42
HSL 255º 0.09% 0.54% -
HSV(B) 255º 0.14% 0.58% -
XYZ 22.74 22.56 31.17 -
YUV 131.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 133 128 148 0.10 0.14 0 0.42 255 0.09 0.54
Hex 85 80 94 A E 0 2A FF 9 36
Octal 205 200 224 12 16 0 52 377 11 66
Binary 10000101 10000000 10010100 1010 1110 0 101010 11111111 1001 110110

Color Harmonies of #858094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858094

Black with #858094

Text Example


Text Example

White with #858094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858094; }

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

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

background-color css

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

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

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

border-color css

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

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

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