Html Css Color HEX #837398 Deluge

📋 copy color: '#837398'

red 131 ◦ green 115 ◦ blue 152

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

Shades of Deluge #837398

Tints of Deluge #837398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 32.91%
G = 28.89%
B = 38.19%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837398 (or 0x837398) is known color: Deluge. HEX triplet: 83, 73 and 98. RGB value is (131,115,152). Sum of RGB (Red+Green+Blue) = 131+115+152=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #837398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837398 is #7C8C67. Grayscale: #7B7B7B. Windows color (decimal): -8162408 or 9991043. OLE color: 9991043.

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

Color convert

RGB 131 115 152 -
CMYK 0.14 0.24 0 0.40
HSL 265.95º 0.15% 0.52% -
HSV(B) 265.95º 0.24% 0.6% -
XYZ 21.16 19.35 32.33 -
YUV 124 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 131 115 152 0.14 0.24 0 0.40 265.95 0.15 0.52
Hex 83 73 98 E 18 0 28 10A F 34
Octal 203 163 230 16 30 0 50 412 17 64
Binary 10000011 1110011 10011000 1110 11000 0 101000 100001010 1111 110100

Color Harmonies of #837398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837398

Black with #837398

Text Example


Text Example

White with #837398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837398; }

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

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

background-color css

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

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

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

border-color css

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

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

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