Html Css Color HEX #837EAA Deluge

📋 copy color: '#837EAA'

red 131 ◦ green 126 ◦ blue 170

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

Shades of Deluge #837EAA

Tints of Deluge #837EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 30.68%
G = 29.51%
B = 39.81%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837EAA (or 0x837EAA) is known color: Deluge. HEX triplet: 83, 7E and AA. RGB value is (131,126,170). Sum of RGB (Red+Green+Blue) = 131+126+170=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #837EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EAA is #7C8155. Grayscale: #848484. Windows color (decimal): -8159574 or 11173507. OLE color: 11173507.

HSL color Cylindrical-coordinate representation of color #837EAA: hue angle of 246.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #837EAA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 126 170 -
CMYK 0.23 0.26 0 0.33
HSL 246.82º 0.21% 0.58% -
HSV(B) 246.82º 0.26% 0.67% -
XYZ 24.08 22.65 41.13 -
YUV 132.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 131 126 170 0.23 0.26 0 0.33 246.82 0.21 0.58
Hex 83 7E AA 17 1A 0 21 F7 15 3A
Octal 203 176 252 27 32 0 41 367 25 72
Binary 10000011 1111110 10101010 10111 11010 0 100001 11110111 10101 111010

Color Harmonies of #837EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EAA

Black with #837EAA

Text Example


Text Example

White with #837EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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