Html Css Color HEX #837CAA Deluge

📋 copy color: '#837CAA'

red 131 ◦ green 124 ◦ blue 170

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

Shades of Deluge #837CAA

Tints of Deluge #837CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

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

R = 30.82%
G = 29.18%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837CAA (or 0x837CAA) is known color: Deluge. HEX triplet: 83, 7C and AA. RGB value is (131,124,170). Sum of RGB (Red+Green+Blue) = 131+124+170=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #837CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAA is #7C8355. Grayscale: #838383. Windows color (decimal): -8160086 or 11172995. OLE color: 11172995.

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

Color convert

RGB 131 124 170 -
CMYK 0.23 0.27 0 0.33
HSL 249.13º 0.21% 0.58% -
HSV(B) 249.13º 0.27% 0.67% -
XYZ 23.82 22.14 41.05 -
YUV 131.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 131 124 170 0.23 0.27 0 0.33 249.13 0.21 0.58
Hex 83 7C AA 17 1B 0 21 F9 15 3A
Octal 203 174 252 27 33 0 41 371 25 72
Binary 10000011 1111100 10101010 10111 11011 0 100001 11111001 10101 111010

Color Harmonies of #837CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CAA

Black with #837CAA

Text Example


Text Example

White with #837CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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