Html Css Color HEX #837EAD Deluge

📋 copy color: '#837EAD'

red 131 ◦ green 126 ◦ blue 173

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

Shades of Deluge #837EAD

Tints of Deluge #837EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 30.47%
G = 29.3%
B = 40.23%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#837EAD (or 0x837EAD) is known color: Deluge. HEX triplet: 83, 7E and AD. RGB value is (131,126,173). Sum of RGB (Red+Green+Blue) = 131+126+173=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #837EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837EAD is #7C8152. Grayscale: #848484. Windows color (decimal): -8159571 or 11370115. OLE color: 11370115.

HSL color Cylindrical-coordinate representation of color #837EAD: hue angle of 246.38º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837EAD is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 126 173 -
CMYK 0.24 0.27 0 0.32
HSL 246.38º 0.22% 0.59% -
HSV(B) 246.38º 0.27% 0.68% -
XYZ 24.36 22.76 42.64 -
YUV 132.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 131 126 173 0.24 0.27 0 0.32 246.38 0.22 0.59
Hex 83 7E AD 18 1B 0 20 F6 16 3B
Octal 203 176 255 30 33 0 40 366 26 73
Binary 10000011 1111110 10101101 11000 11011 0 100000 11110110 10110 111011

Color Harmonies of #837EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EAD

Black with #837EAD

Text Example


Text Example

White with #837EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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