Html Css Color HEX #837199 Deluge

📋 copy color: '#837199'

red 131 ◦ green 113 ◦ blue 153

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

Shades of Deluge #837199

Tints of Deluge #837199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 33%
G = 28.46%
B = 38.54%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#837199 (or 0x837199) is known color: Deluge. HEX triplet: 83, 71 and 99. RGB value is (131,113,153). Sum of RGB (Red+Green+Blue) = 131+113+153=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #837199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837199 is #7C8E66. Grayscale: #7A7A7A. Windows color (decimal): -8162919 or 10056067. OLE color: 10056067.

HSL color Cylindrical-coordinate representation of color #837199: hue angle of 267º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #837199 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 113 153 -
CMYK 0.14 0.26 0 0.4
HSL 267º 0.16% 0.52% -
HSV(B) 267º 0.26% 0.6% -
XYZ 21.01 18.94 32.68 -
YUV 122.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 131 113 153 0.14 0.26 0 0.4 267 0.16 0.52
Hex 83 71 99 E 1A 0 28 10B 10 34
Octal 203 161 231 16 32 0 50 413 20 64
Binary 10000011 1110001 10011001 1110 11010 0 101000 100001011 10000 110100

Color Harmonies of #837199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837199

Black with #837199

Text Example


Text Example

White with #837199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837199; }

 p { color: rgb(131,113,153); }

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

background-color css

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

 a { background-color: rgb(131,113,153); }

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

border-color css

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

 span { border-color: rgb(131,113,153); }

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