Html Css Color HEX #837AAE Deluge

📋 copy color: '#837AAE'

red 131 ◦ green 122 ◦ blue 174

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

Shades of Deluge #837AAE

Tints of Deluge #837AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 30.68%
G = 28.57%
B = 40.75%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#837AAE (or 0x837AAE) is known color: Deluge. HEX triplet: 83, 7A and AE. RGB value is (131,122,174). Sum of RGB (Red+Green+Blue) = 131+122+174=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #837AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837AAE is #7C8551. Grayscale: #828282. Windows color (decimal): -8160594 or 11434627. OLE color: 11434627.

HSL color Cylindrical-coordinate representation of color #837AAE: hue angle of 250.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837AAE is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 122 174 -
CMYK 0.25 0.30 0 0.32
HSL 250.38º 0.24% 0.58% -
HSV(B) 250.38º 0.3% 0.68% -
XYZ 23.96 21.8 42.99 -
YUV 130.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 131 122 174 0.25 0.30 0 0.32 250.38 0.24 0.58
Hex 83 7A AE 19 1E 0 20 FA 18 3A
Octal 203 172 256 31 36 0 40 372 30 72
Binary 10000011 1111010 10101110 11001 11110 0 100000 11111010 11000 111010

Color Harmonies of #837AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837AAE

Black with #837AAE

Text Example


Text Example

White with #837AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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