Html Css Color HEX #838094 Deluge

📋 copy color: '#838094'

red 131 ◦ green 128 ◦ blue 148

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

Shades of Deluge #838094

Tints of Deluge #838094

RGB

 RED value IS 131 (51.56% from 255) = 32.19%

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

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

R = 32.19%
G = 31.45%
B = 36.36%

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

#838094 (or 0x838094) is known color: Deluge. HEX triplet: 83, 80 and 94. RGB value is (131,128,148). Sum of RGB (Red+Green+Blue) = 131+128+148=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 148 - color contains mainly: blue. Hex color #838094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838094 is #7C7F6B. Grayscale: #838383. Windows color (decimal): -8159084 or 9732227. OLE color: 9732227.

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

Color convert

RGB 131 128 148 -
CMYK 0.11 0.14 0 0.42
HSL 249º 0.09% 0.54% -
HSV(B) 249º 0.14% 0.58% -
XYZ 22.42 22.4 31.16 -
YUV 131.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 131 128 148 0.11 0.14 0 0.42 249 0.09 0.54
Hex 83 80 94 B E 0 2A F9 9 36
Octal 203 200 224 13 16 0 52 371 11 66
Binary 10000011 10000000 10010100 1011 1110 0 101010 11111001 1001 110110

Color Harmonies of #838094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838094

Black with #838094

Text Example


Text Example

White with #838094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838094; }

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

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

background-color css

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

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

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

border-color css

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

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

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