Html Css Color HEX #837198 Deluge

📋 copy color: '#837198'

red 131 ◦ green 113 ◦ blue 152

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

Shades of Deluge #837198

Tints of Deluge #837198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.54%

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

R = 33.08%
G = 28.54%
B = 38.38%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837198 (or 0x837198) is known color: Deluge. HEX triplet: 83, 71 and 98. RGB value is (131,113,152). Sum of RGB (Red+Green+Blue) = 131+113+152=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #837198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837198 is #7C8E67. Grayscale: #7A7A7A. Windows color (decimal): -8162920 or 9990531. OLE color: 9990531.

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

Color convert

RGB 131 113 152 -
CMYK 0.14 0.26 0 0.40
HSL 267.69º 0.16% 0.52% -
HSV(B) 267.69º 0.26% 0.6% -
XYZ 20.93 18.9 32.25 -
YUV 122.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 131 113 152 0.14 0.26 0 0.40 267.69 0.16 0.52
Hex 83 71 98 E 1A 0 28 10C 10 34
Octal 203 161 230 16 32 0 50 414 20 64
Binary 10000011 1110001 10011000 1110 11010 0 101000 100001100 10000 110100

Color Harmonies of #837198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837198

Black with #837198

Text Example


Text Example

White with #837198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837198; }

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

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

background-color css

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

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

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

border-color css

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

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

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