Html Css Color HEX #837798 Deluge

📋 copy color: '#837798'

red 131 ◦ green 119 ◦ blue 152

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

Shades of Deluge #837798

Tints of Deluge #837798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.6%

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 32.59%
G = 29.6%
B = 37.81%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837798 (or 0x837798) is known color: Deluge. HEX triplet: 83, 77 and 98. RGB value is (131,119,152). Sum of RGB (Red+Green+Blue) = 131+119+152=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #837798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837798 is #7C8867. Grayscale: #7E7E7E. Windows color (decimal): -8161384 or 9992067. OLE color: 9992067.

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

Color convert

RGB 131 119 152 -
CMYK 0.14 0.22 0 0.40
HSL 261.82º 0.14% 0.53% -
HSV(B) 261.82º 0.22% 0.6% -
XYZ 21.62 20.29 32.48 -
YUV 126.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 131 119 152 0.14 0.22 0 0.40 261.82 0.14 0.53
Hex 83 77 98 E 16 0 28 106 E 35
Octal 203 167 230 16 26 0 50 406 16 65
Binary 10000011 1110111 10011000 1110 10110 0 101000 100000110 1110 110101

Color Harmonies of #837798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837798

Black with #837798

Text Example


Text Example

White with #837798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837798; }

 p { color: rgb(131,119,152); }

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

background-color css

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

 a { background-color: rgb(131,119,152); }

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

border-color css

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

 span { border-color: rgb(131,119,152); }

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