Html Css Color HEX #837BA2 Deluge

📋 copy color: '#837BA2'

red 131 ◦ green 123 ◦ blue 162

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

Shades of Deluge #837BA2

Tints of Deluge #837BA2

RGB

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

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

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

R = 31.49%
G = 29.57%
B = 38.94%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#837BA2 (or 0x837BA2) is known color: Deluge. HEX triplet: 83, 7B and A2. RGB value is (131,123,162). Sum of RGB (Red+Green+Blue) = 131+123+162=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #837BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837BA2 is #7C845D. Grayscale: #818181. Windows color (decimal): -8160350 or 10648451. OLE color: 10648451.

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

Color convert

RGB 131 123 162 -
CMYK 0.19 0.24 0 0.36
HSL 252.31º 0.17% 0.56% -
HSV(B) 252.31º 0.24% 0.64% -
XYZ 22.96 21.6 37.14 -
YUV 129.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 131 123 162 0.19 0.24 0 0.36 252.31 0.17 0.56
Hex 83 7B A2 13 18 0 24 FC 11 38
Octal 203 173 242 23 30 0 44 374 21 70
Binary 10000011 1111011 10100010 10011 11000 0 100100 11111100 10001 111000

Color Harmonies of #837BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BA2

Black with #837BA2

Text Example


Text Example

White with #837BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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