Html Css Color HEX #837EA2 Deluge

📋 copy color: '#837EA2'

red 131 ◦ green 126 ◦ blue 162

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

Shades of Deluge #837EA2

Tints of Deluge #837EA2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 31.26%
G = 30.07%
B = 38.66%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#837EA2 (or 0x837EA2) is known color: Deluge. HEX triplet: 83, 7E and A2. RGB value is (131,126,162). Sum of RGB (Red+Green+Blue) = 131+126+162=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #837EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EA2 is #7C815D. Grayscale: #838383. Windows color (decimal): -8159582 or 10649219. OLE color: 10649219.

HSL color Cylindrical-coordinate representation of color #837EA2: hue angle of 248.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837EA2 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 126 162 -
CMYK 0.19 0.22 0 0.36
HSL 248.33º 0.16% 0.56% -
HSV(B) 248.33º 0.22% 0.64% -
XYZ 23.34 22.36 37.27 -
YUV 131.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 131 126 162 0.19 0.22 0 0.36 248.33 0.16 0.56
Hex 83 7E A2 13 16 0 24 F8 10 38
Octal 203 176 242 23 26 0 44 370 20 70
Binary 10000011 1111110 10100010 10011 10110 0 100100 11111000 10000 111000

Color Harmonies of #837EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EA2

Black with #837EA2

Text Example


Text Example

White with #837EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,126,162); }

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

background-color css

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

 a { background-color: rgb(131,126,162); }

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

border-color css

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

 span { border-color: rgb(131,126,162); }

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