Html Css Color HEX #858194 Deluge

📋 copy color: '#858194'

red 133 ◦ green 129 ◦ blue 148

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

Shades of Deluge #858194

Tints of Deluge #858194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

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

R = 32.44%
G = 31.46%
B = 36.1%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858194 (or 0x858194) is known color: Deluge. HEX triplet: 85, 81 and 94. RGB value is (133,129,148). Sum of RGB (Red+Green+Blue) = 133+129+148=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 148 - color contains mainly: blue. Hex color #858194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858194 is #7A7E6B. Grayscale: #848484. Windows color (decimal): -8027756 or 9732485. OLE color: 9732485.

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

Color convert

RGB 133 129 148 -
CMYK 0.10 0.13 0 0.42
HSL 252.63º 0.08% 0.54% -
HSV(B) 252.63º 0.13% 0.58% -
XYZ 22.87 22.83 31.22 -
YUV 132.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 133 129 148 0.10 0.13 0 0.42 252.63 0.08 0.54
Hex 85 81 94 A D 0 2A FD 8 36
Octal 205 201 224 12 15 0 52 375 10 66
Binary 10000101 10000001 10010100 1010 1101 0 101010 11111101 1000 110110

Color Harmonies of #858194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858194

Black with #858194

Text Example


Text Example

White with #858194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858194; }

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

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

background-color css

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

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

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

border-color css

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

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

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