Html Css Color HEX #837F98 Deluge

📋 copy color: '#837F98'

red 131 ◦ green 127 ◦ blue 152

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

Shades of Deluge #837F98

Tints of Deluge #837F98

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

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

R = 31.95%
G = 30.98%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837F98 (or 0x837F98) is known color: Deluge. HEX triplet: 83, 7F and 98. RGB value is (131,127,152). Sum of RGB (Red+Green+Blue) = 131+127+152=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #837F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F98 is #7C8067. Grayscale: #828282. Windows color (decimal): -8159336 or 9994115. OLE color: 9994115.

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

Color convert

RGB 131 127 152 -
CMYK 0.14 0.16 0 0.40
HSL 249.6º 0.11% 0.55% -
HSV(B) 249.6º 0.16% 0.6% -
XYZ 22.62 22.27 32.81 -
YUV 131.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 131 127 152 0.14 0.16 0 0.40 249.6 0.11 0.55
Hex 83 7F 98 E 10 0 28 FA B 37
Octal 203 177 230 16 20 0 50 372 13 67
Binary 10000011 1111111 10011000 1110 10000 0 101000 11111010 1011 110111

Color Harmonies of #837F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F98

Black with #837F98

Text Example


Text Example

White with #837F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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