Html Css Color HEX #837FA1 Deluge

📋 copy color: '#837FA1'

red 131 ◦ green 127 ◦ blue 161

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

Shades of Deluge #837FA1

Tints of Deluge #837FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 30.31%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 31.26%
G = 30.31%
B = 38.42%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#837FA1 (or 0x837FA1) is known color: Deluge. HEX triplet: 83, 7F and A1. RGB value is (131,127,161). Sum of RGB (Red+Green+Blue) = 131+127+161=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #837FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FA1 is #7C805E. Grayscale: #838383. Windows color (decimal): -8159327 or 10583939. OLE color: 10583939.

HSL color Cylindrical-coordinate representation of color #837FA1: hue angle of 247.06º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837FA1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 127 161 -
CMYK 0.19 0.21 0 0.37
HSL 247.06º 0.15% 0.56% -
HSV(B) 247.06º 0.21% 0.63% -
XYZ 23.38 22.58 36.84 -
YUV 132.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 131 127 161 0.19 0.21 0 0.37 247.06 0.15 0.56
Hex 83 7F A1 13 15 0 25 F7 F 38
Octal 203 177 241 23 25 0 45 367 17 70
Binary 10000011 1111111 10100001 10011 10101 0 100101 11110111 1111 111000

Color Harmonies of #837FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FA1

Black with #837FA1

Text Example


Text Example

White with #837FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,161); }

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

background-color css

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

 a { background-color: rgb(131,127,161); }

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

border-color css

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

 span { border-color: rgb(131,127,161); }

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