Html Css Color HEX #837D94 Deluge

📋 copy color: '#837D94'

red 131 ◦ green 125 ◦ blue 148

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

Shades of Deluge #837D94

Tints of Deluge #837D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 148 (58.2% from 255) = 36.63%

R = 32.43%
G = 30.94%
B = 36.63%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#837D94 (or 0x837D94) is known color: Deluge. HEX triplet: 83, 7D and 94. RGB value is (131,125,148). Sum of RGB (Red+Green+Blue) = 131+125+148=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #837D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D94 is #7C826B. Grayscale: #818181. Windows color (decimal): -8159852 or 9731459. OLE color: 9731459.

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

Color convert

RGB 131 125 148 -
CMYK 0.11 0.16 0 0.42
HSL 255.65º 0.1% 0.54% -
HSV(B) 255.65º 0.16% 0.58% -
XYZ 22.04 21.63 31.03 -
YUV 129.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 131 125 148 0.11 0.16 0 0.42 255.65 0.1 0.54
Hex 83 7D 94 B 10 0 2A 100 A 36
Octal 203 175 224 13 20 0 52 400 12 66
Binary 10000011 1111101 10010100 1011 10000 0 101010 100000000 1010 110110

Color Harmonies of #837D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D94

Black with #837D94

Text Example


Text Example

White with #837D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,125,148); }

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

background-color css

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

 a { background-color: rgb(131,125,148); }

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

border-color css

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

 span { border-color: rgb(131,125,148); }

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