Html Css Color HEX #837D9F Deluge

📋 copy color: '#837D9F'

red 131 ◦ green 125 ◦ blue 159

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

Shades of Deluge #837D9F

Tints of Deluge #837D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 31.57%
G = 30.12%
B = 38.31%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#837D9F (or 0x837D9F) is known color: Deluge. HEX triplet: 83, 7D and 9F. RGB value is (131,125,159). Sum of RGB (Red+Green+Blue) = 131+125+159=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #837D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D9F is #7C8260. Grayscale: #828282. Windows color (decimal): -8159841 or 10452355. OLE color: 10452355.

HSL color Cylindrical-coordinate representation of color #837D9F: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837D9F is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 125 159 -
CMYK 0.18 0.21 0 0.38
HSL 250.59º 0.15% 0.56% -
HSV(B) 250.59º 0.21% 0.62% -
XYZ 22.95 22 35.84 -
YUV 130.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 131 125 159 0.18 0.21 0 0.38 250.59 0.15 0.56
Hex 83 7D 9F 12 15 0 26 FB F 38
Octal 203 175 237 22 25 0 46 373 17 70
Binary 10000011 1111101 10011111 10010 10101 0 100110 11111011 1111 111000

Color Harmonies of #837D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D9F

Black with #837D9F

Text Example


Text Example

White with #837D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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