Html Css Color HEX #837EA0 Deluge

📋 copy color: '#837EA0'

red 131 ◦ green 126 ◦ blue 160

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

Shades of Deluge #837EA0

Tints of Deluge #837EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 31.41%
G = 30.22%
B = 38.37%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#837EA0 (or 0x837EA0) is known color: Deluge. HEX triplet: 83, 7E and A0. RGB value is (131,126,160). Sum of RGB (Red+Green+Blue) = 131+126+160=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #837EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EA0 is #7C815F. Grayscale: #838383. Windows color (decimal): -8159584 or 10518147. OLE color: 10518147.

HSL color Cylindrical-coordinate representation of color #837EA0: hue angle of 248.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837EA0 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 126 160 -
CMYK 0.18 0.21 0 0.37
HSL 248.82º 0.15% 0.56% -
HSV(B) 248.82º 0.21% 0.63% -
XYZ 23.17 22.29 36.34 -
YUV 131.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 131 126 160 0.18 0.21 0 0.37 248.82 0.15 0.56
Hex 83 7E A0 12 15 0 25 F9 F 38
Octal 203 176 240 22 25 0 45 371 17 70
Binary 10000011 1111110 10100000 10010 10101 0 100101 11111001 1111 111000

Color Harmonies of #837EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EA0

Black with #837EA0

Text Example


Text Example

White with #837EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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