Html Css Color HEX #837CA2 Deluge

📋 copy color: '#837CA2'

red 131 ◦ green 124 ◦ blue 162

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

Shades of Deluge #837CA2

Tints of Deluge #837CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 162 (63.67% from 255) = 38.85%

R = 31.41%
G = 29.74%
B = 38.85%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#837CA2 (or 0x837CA2) is known color: Deluge. HEX triplet: 83, 7C and A2. RGB value is (131,124,162). Sum of RGB (Red+Green+Blue) = 131+124+162=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #837CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CA2 is #7C835D. Grayscale: #828282. Windows color (decimal): -8160094 or 10648707. OLE color: 10648707.

HSL color Cylindrical-coordinate representation of color #837CA2: hue angle of 251.05º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #837CA2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 124 162 -
CMYK 0.19 0.23 0 0.36
HSL 251.05º 0.17% 0.56% -
HSV(B) 251.05º 0.23% 0.64% -
XYZ 23.09 21.85 37.18 -
YUV 130.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 131 124 162 0.19 0.23 0 0.36 251.05 0.17 0.56
Hex 83 7C A2 13 17 0 24 FB 11 38
Octal 203 174 242 23 27 0 44 373 21 70
Binary 10000011 1111100 10100010 10011 10111 0 100100 11111011 10001 111000

Color Harmonies of #837CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CA2

Black with #837CA2

Text Example


Text Example

White with #837CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,162); }

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

background-color css

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

 a { background-color: rgb(131,124,162); }

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

border-color css

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

 span { border-color: rgb(131,124,162); }

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