Html Css Color HEX #837899 Deluge

📋 copy color: '#837899'

red 131 ◦ green 120 ◦ blue 153

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

Shades of Deluge #837899

Tints of Deluge #837899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.7%

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

R = 32.43%
G = 29.7%
B = 37.87%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#837899 (or 0x837899) is known color: Deluge. HEX triplet: 83, 78 and 99. RGB value is (131,120,153). Sum of RGB (Red+Green+Blue) = 131+120+153=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #837899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837899 is #7C8766. Grayscale: #7E7E7E. Windows color (decimal): -8161127 or 10057859. OLE color: 10057859.

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

Color convert

RGB 131 120 153 -
CMYK 0.14 0.22 0 0.4
HSL 260º 0.14% 0.54% -
HSV(B) 260º 0.22% 0.6% -
XYZ 21.83 20.56 32.95 -
YUV 127.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 131 120 153 0.14 0.22 0 0.4 260 0.14 0.54
Hex 83 78 99 E 16 0 28 104 E 36
Octal 203 170 231 16 26 0 50 404 16 66
Binary 10000011 1111000 10011001 1110 10110 0 101000 100000100 1110 110110

Color Harmonies of #837899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837899

Black with #837899

Text Example


Text Example

White with #837899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837899; }

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

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

background-color css

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

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

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

border-color css

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

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

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