Html Css Color HEX #837898 Deluge

📋 copy color: '#837898'

red 131 ◦ green 120 ◦ blue 152

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

Shades of Deluge #837898

Tints of Deluge #837898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.78%

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

R = 32.51%
G = 29.78%
B = 37.72%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837898 (or 0x837898) is known color: Deluge. HEX triplet: 83, 78 and 98. RGB value is (131,120,152). Sum of RGB (Red+Green+Blue) = 131+120+152=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #837898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837898 is #7C8767. Grayscale: #7E7E7E. Windows color (decimal): -8161128 or 9992323. OLE color: 9992323.

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

Color convert

RGB 131 120 152 -
CMYK 0.14 0.21 0 0.40
HSL 260.63º 0.13% 0.53% -
HSV(B) 260.63º 0.21% 0.6% -
XYZ 21.74 20.53 32.52 -
YUV 126.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 131 120 152 0.14 0.21 0 0.40 260.63 0.13 0.53
Hex 83 78 98 E 15 0 28 105 D 35
Octal 203 170 230 16 25 0 50 405 15 65
Binary 10000011 1111000 10011000 1110 10101 0 101000 100000101 1101 110101

Color Harmonies of #837898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837898

Black with #837898

Text Example


Text Example

White with #837898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837898; }

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

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

background-color css

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

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

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

border-color css

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

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

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