Html Css Color HEX #837F93 Deluge

📋 copy color: '#837F93'

red 131 ◦ green 127 ◦ blue 147

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

Shades of Deluge #837F93

Tints of Deluge #837F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 32.35%
G = 31.36%
B = 36.3%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837F93 (or 0x837F93) is known color: Deluge. HEX triplet: 83, 7F and 93. RGB value is (131,127,147). Sum of RGB (Red+Green+Blue) = 131+127+147=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #837F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F93 is #7C806C. Grayscale: #828282. Windows color (decimal): -8159341 or 9666435. OLE color: 9666435.

HSL color Cylindrical-coordinate representation of color #837F93: hue angle of 252º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #837F93 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 127 147 -
CMYK 0.11 0.14 0 0.42
HSL 252º 0.08% 0.54% -
HSV(B) 252º 0.14% 0.58% -
XYZ 22.22 22.11 30.7 -
YUV 130.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 131 127 147 0.11 0.14 0 0.42 252 0.08 0.54
Hex 83 7F 93 B E 0 2A FC 8 36
Octal 203 177 223 13 16 0 52 374 10 66
Binary 10000011 1111111 10010011 1011 1110 0 101010 11111100 1000 110110

Color Harmonies of #837F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F93

Black with #837F93

Text Example


Text Example

White with #837F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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