Html Css Color HEX #837298 Deluge

📋 copy color: '#837298'

red 131 ◦ green 114 ◦ blue 152

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

Shades of Deluge #837298

Tints of Deluge #837298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 33%
G = 28.72%
B = 38.29%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837298 (or 0x837298) is known color: Deluge. HEX triplet: 83, 72 and 98. RGB value is (131,114,152). Sum of RGB (Red+Green+Blue) = 131+114+152=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #837298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837298 is #7C8D67. Grayscale: #7B7B7B. Windows color (decimal): -8162664 or 9990787. OLE color: 9990787.

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

Color convert

RGB 131 114 152 -
CMYK 0.14 0.25 0 0.40
HSL 266.84º 0.16% 0.52% -
HSV(B) 266.84º 0.25% 0.6% -
XYZ 21.04 19.13 32.29 -
YUV 123.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 131 114 152 0.14 0.25 0 0.40 266.84 0.16 0.52
Hex 83 72 98 E 19 0 28 10B 10 34
Octal 203 162 230 16 31 0 50 413 20 64
Binary 10000011 1110010 10011000 1110 11001 0 101000 100001011 10000 110100

Color Harmonies of #837298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837298

Black with #837298

Text Example


Text Example

White with #837298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837298; }

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

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

background-color css

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

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

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

border-color css

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

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

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