Html Css Color HEX #838095 Deluge

📋 copy color: '#838095'

red 131 ◦ green 128 ◦ blue 149

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

Shades of Deluge #838095

Tints of Deluge #838095

RGB

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

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

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

R = 32.11%
G = 31.37%
B = 36.52%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838095 (or 0x838095) is known color: Deluge. HEX triplet: 83, 80 and 95. RGB value is (131,128,149). Sum of RGB (Red+Green+Blue) = 131+128+149=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #838095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838095 is #7C7F6A. Grayscale: #838383. Windows color (decimal): -8159083 or 9797763. OLE color: 9797763.

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

Color convert

RGB 131 128 149 -
CMYK 0.12 0.14 0 0.42
HSL 248.57º 0.09% 0.54% -
HSV(B) 248.57º 0.14% 0.58% -
XYZ 22.5 22.43 31.58 -
YUV 131.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 131 128 149 0.12 0.14 0 0.42 248.57 0.09 0.54
Hex 83 80 95 C E 0 2A F9 9 36
Octal 203 200 225 14 16 0 52 371 11 66
Binary 10000011 10000000 10010101 1100 1110 0 101010 11111001 1001 110110

Color Harmonies of #838095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838095

Black with #838095

Text Example


Text Example

White with #838095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838095; }

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

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

background-color css

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

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

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

border-color css

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

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

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