Html Css Color HEX #837EA8 Deluge

📋 copy color: '#837EA8'

red 131 ◦ green 126 ◦ blue 168

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

Shades of Deluge #837EA8

Tints of Deluge #837EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 30.82%
G = 29.65%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#837EA8 (or 0x837EA8) is known color: Deluge. HEX triplet: 83, 7E and A8. RGB value is (131,126,168). Sum of RGB (Red+Green+Blue) = 131+126+168=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 168 - color contains mainly: blue. Hex color #837EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EA8 is #7C8157. Grayscale: #848484. Windows color (decimal): -8159576 or 11042435. OLE color: 11042435.

HSL color Cylindrical-coordinate representation of color #837EA8: hue angle of 247.14º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837EA8 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 126 168 -
CMYK 0.22 0.25 0 0.34
HSL 247.14º 0.19% 0.58% -
HSV(B) 247.14º 0.25% 0.66% -
XYZ 23.89 22.57 40.14 -
YUV 132.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 131 126 168 0.22 0.25 0 0.34 247.14 0.19 0.58
Hex 83 7E A8 16 19 0 22 F7 13 3A
Octal 203 176 250 26 31 0 42 367 23 72
Binary 10000011 1111110 10101000 10110 11001 0 100010 11110111 10011 111010

Color Harmonies of #837EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EA8

Black with #837EA8

Text Example


Text Example

White with #837EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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