Html Css Color HEX #837098 Deluge

📋 copy color: '#837098'

red 131 ◦ green 112 ◦ blue 152

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

Shades of Deluge #837098

Tints of Deluge #837098

RGB

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

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

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

R = 33.16%
G = 28.35%
B = 38.48%

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

#837098 (or 0x837098) is known color: Deluge. HEX triplet: 83, 70 and 98. RGB value is (131,112,152). Sum of RGB (Red+Green+Blue) = 131+112+152=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #837098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837098 is #7C8F67. Grayscale: #7A7A7A. Windows color (decimal): -8163176 or 9990275. OLE color: 9990275.

HSL color Cylindrical-coordinate representation of color #837098: hue angle of 268.5º 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 #837098 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 112 152 -
CMYK 0.14 0.26 0 0.40
HSL 268.5º 0.16% 0.52% -
HSV(B) 268.5º 0.26% 0.6% -
XYZ 20.82 18.68 32.21 -
YUV 122.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 131 112 152 0.14 0.26 0 0.40 268.5 0.16 0.52
Hex 83 70 98 E 1A 0 28 10C 10 34
Octal 203 160 230 16 32 0 50 414 20 64
Binary 10000011 1110000 10011000 1110 11010 0 101000 100001100 10000 110100

Color Harmonies of #837098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837098

Black with #837098

Text Example


Text Example

White with #837098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837098; }

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

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

background-color css

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

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

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

border-color css

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

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

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