Html Css Color HEX #837099 Deluge

📋 copy color: '#837099'

red 131 ◦ green 112 ◦ blue 153

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

Shades of Deluge #837099

Tints of Deluge #837099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 33.08%
G = 28.28%
B = 38.64%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#837099 (or 0x837099) is known color: Deluge. HEX triplet: 83, 70 and 99. RGB value is (131,112,153). Sum of RGB (Red+Green+Blue) = 131+112+153=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #837099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837099 is #7C8F66. Grayscale: #7A7A7A. Windows color (decimal): -8163175 or 10055811. OLE color: 10055811.

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

Color convert

RGB 131 112 153 -
CMYK 0.14 0.27 0 0.4
HSL 267.8º 0.17% 0.52% -
HSV(B) 267.8º 0.27% 0.6% -
XYZ 20.9 18.71 32.65 -
YUV 122.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 131 112 153 0.14 0.27 0 0.4 267.8 0.17 0.52
Hex 83 70 99 E 1B 0 28 10C 11 34
Octal 203 160 231 16 33 0 50 414 21 64
Binary 10000011 1110000 10011001 1110 11011 0 101000 100001100 10001 110100

Color Harmonies of #837099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837099

Black with #837099

Text Example


Text Example

White with #837099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837099; }

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

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

background-color css

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

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

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

border-color css

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

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

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