Html Css Color HEX #837DAA Deluge

📋 copy color: '#837DAA'

red 131 ◦ green 125 ◦ blue 170

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

Shades of Deluge #837DAA

Tints of Deluge #837DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

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

R = 30.75%
G = 29.34%
B = 39.91%

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

#837DAA (or 0x837DAA) is known color: Deluge. HEX triplet: 83, 7D and AA. RGB value is (131,125,170). Sum of RGB (Red+Green+Blue) = 131+125+170=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #837DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DAA is #7C8255. Grayscale: #838383. Windows color (decimal): -8159830 or 11173251. OLE color: 11173251.

HSL color Cylindrical-coordinate representation of color #837DAA: hue angle of 248º 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 #837DAA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 125 170 -
CMYK 0.23 0.26 0 0.33
HSL 248º 0.21% 0.58% -
HSV(B) 248º 0.26% 0.67% -
XYZ 23.95 22.39 41.09 -
YUV 131.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 131 125 170 0.23 0.26 0 0.33 248 0.21 0.58
Hex 83 7D AA 17 1A 0 21 F8 15 3A
Octal 203 175 252 27 32 0 41 370 25 72
Binary 10000011 1111101 10101010 10111 11010 0 100001 11111000 10101 111010

Color Harmonies of #837DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DAA

Black with #837DAA

Text Example


Text Example

White with #837DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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