Html Css Color HEX #837B98 Deluge

📋 copy color: '#837B98'

red 131 ◦ green 123 ◦ blue 152

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

Shades of Deluge #837B98

Tints of Deluge #837B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 32.27%
G = 30.3%
B = 37.44%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837B98 (or 0x837B98) is known color: Deluge. HEX triplet: 83, 7B and 98. RGB value is (131,123,152). Sum of RGB (Red+Green+Blue) = 131+123+152=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #837B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B98 is #7C8467. Grayscale: #808080. Windows color (decimal): -8160360 or 9993091. OLE color: 9993091.

HSL color Cylindrical-coordinate representation of color #837B98: hue angle of 256.55º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #837B98 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 123 152 -
CMYK 0.14 0.19 0 0.40
HSL 256.55º 0.12% 0.54% -
HSV(B) 256.55º 0.19% 0.6% -
XYZ 22.11 21.26 32.64 -
YUV 128.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 131 123 152 0.14 0.19 0 0.40 256.55 0.12 0.54
Hex 83 7B 98 E 13 0 28 101 C 36
Octal 203 173 230 16 23 0 50 401 14 66
Binary 10000011 1111011 10011000 1110 10011 0 101000 100000001 1100 110110

Color Harmonies of #837B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B98

Black with #837B98

Text Example


Text Example

White with #837B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837B98; }

 p { color: rgb(131,123,152); }

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

background-color css

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

 a { background-color: rgb(131,123,152); }

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

border-color css

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

 span { border-color: rgb(131,123,152); }

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