Html Css Color HEX #838097 Deluge

📋 copy color: '#838097'

red 131 ◦ green 128 ◦ blue 151

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

Shades of Deluge #838097

Tints of Deluge #838097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 31.95%
G = 31.22%
B = 36.83%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#838097 (or 0x838097) is known color: Deluge. HEX triplet: 83, 80 and 97. RGB value is (131,128,151). Sum of RGB (Red+Green+Blue) = 131+128+151=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 151 - color contains mainly: blue. Hex color #838097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838097 is #7C7F68. Grayscale: #838383. Windows color (decimal): -8159081 or 9928835. OLE color: 9928835.

HSL color Cylindrical-coordinate representation of color #838097: hue angle of 247.83º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #838097 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 128 151 -
CMYK 0.13 0.15 0 0.41
HSL 247.83º 0.1% 0.55% -
HSV(B) 247.83º 0.15% 0.59% -
XYZ 22.67 22.5 32.43 -
YUV 131.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 131 128 151 0.13 0.15 0 0.41 247.83 0.1 0.55
Hex 83 80 97 D F 0 29 F8 A 37
Octal 203 200 227 15 17 0 51 370 12 67
Binary 10000011 10000000 10010111 1101 1111 0 101001 11111000 1010 110111

Color Harmonies of #838097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838097

Black with #838097

Text Example


Text Example

White with #838097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838097; }

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

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

background-color css

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

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

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

border-color css

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

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

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