Html Css Color HEX #837AAA Deluge

📋 copy color: '#837AAA'

red 131 ◦ green 122 ◦ blue 170

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

Shades of Deluge #837AAA

Tints of Deluge #837AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

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

R = 30.97%
G = 28.84%
B = 40.19%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837AAA (or 0x837AAA) is known color: Deluge. HEX triplet: 83, 7A and AA. RGB value is (131,122,170). Sum of RGB (Red+Green+Blue) = 131+122+170=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #837AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837AAA is #7C8555. Grayscale: #818181. Windows color (decimal): -8160598 or 11172483. OLE color: 11172483.

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

Color convert

RGB 131 122 170 -
CMYK 0.23 0.28 0 0.33
HSL 251.25º 0.22% 0.57% -
HSV(B) 251.25º 0.28% 0.67% -
XYZ 23.58 21.65 40.97 -
YUV 130.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 131 122 170 0.23 0.28 0 0.33 251.25 0.22 0.57
Hex 83 7A AA 17 1C 0 21 FB 16 39
Octal 203 172 252 27 34 0 41 373 26 71
Binary 10000011 1111010 10101010 10111 11100 0 100001 11111011 10110 111001

Color Harmonies of #837AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837AAA

Black with #837AAA

Text Example


Text Example

White with #837AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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