Html Css Color HEX #837BAE Deluge

📋 copy color: '#837BAE'

red 131 ◦ green 123 ◦ blue 174

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

Shades of Deluge #837BAE

Tints of Deluge #837BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.74%

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

R = 30.61%
G = 28.74%
B = 40.65%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#837BAE (or 0x837BAE) is known color: Deluge. HEX triplet: 83, 7B and AE. RGB value is (131,123,174). Sum of RGB (Red+Green+Blue) = 131+123+174=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #837BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837BAE is #7C8451. Grayscale: #838383. Windows color (decimal): -8160338 or 11434883. OLE color: 11434883.

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

Color convert

RGB 131 123 174 -
CMYK 0.25 0.29 0 0.32
HSL 249.41º 0.24% 0.58% -
HSV(B) 249.41º 0.29% 0.68% -
XYZ 24.08 22.05 43.03 -
YUV 131.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 131 123 174 0.25 0.29 0 0.32 249.41 0.24 0.58
Hex 83 7B AE 19 1D 0 20 F9 18 3A
Octal 203 173 256 31 35 0 40 371 30 72
Binary 10000011 1111011 10101110 11001 11101 0 100000 11111001 11000 111010

Color Harmonies of #837BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BAE

Black with #837BAE

Text Example


Text Example

White with #837BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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