Html Css Color HEX #837399 Deluge

📋 copy color: '#837399'

red 131 ◦ green 115 ◦ blue 153

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

Shades of Deluge #837399

Tints of Deluge #837399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 32.83%
G = 28.82%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#837399 (or 0x837399) is known color: Deluge. HEX triplet: 83, 73 and 99. RGB value is (131,115,153). Sum of RGB (Red+Green+Blue) = 131+115+153=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #837399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837399 is #7C8C66. Grayscale: #7B7B7B. Windows color (decimal): -8162407 or 10056579. OLE color: 10056579.

HSL color Cylindrical-coordinate representation of color #837399: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837399 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 115 153 -
CMYK 0.14 0.25 0 0.4
HSL 265.26º 0.16% 0.53% -
HSV(B) 265.26º 0.25% 0.6% -
XYZ 21.24 19.39 32.76 -
YUV 124.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 131 115 153 0.14 0.25 0 0.4 265.26 0.16 0.53
Hex 83 73 99 E 19 0 28 109 10 35
Octal 203 163 231 16 31 0 50 411 20 65
Binary 10000011 1110011 10011001 1110 11001 0 101000 100001001 10000 110101

Color Harmonies of #837399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837399

Black with #837399

Text Example


Text Example

White with #837399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837399; }

 p { color: rgb(131,115,153); }

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

background-color css

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

 a { background-color: rgb(131,115,153); }

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

border-color css

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

 span { border-color: rgb(131,115,153); }

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