Html Css Color HEX #837F9E Deluge

📋 copy color: '#837F9E'

red 131 ◦ green 127 ◦ blue 158

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

Shades of Deluge #837F9E

Tints of Deluge #837F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 31.49%
G = 30.53%
B = 37.98%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#837F9E (or 0x837F9E) is known color: Deluge. HEX triplet: 83, 7F and 9E. RGB value is (131,127,158). Sum of RGB (Red+Green+Blue) = 131+127+158=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #837F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F9E is #7C8061. Grayscale: #838383. Windows color (decimal): -8159330 or 10387331. OLE color: 10387331.

HSL color Cylindrical-coordinate representation of color #837F9E: hue angle of 247.74º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #837F9E is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 127 158 -
CMYK 0.17 0.20 0 0.38
HSL 247.74º 0.14% 0.56% -
HSV(B) 247.74º 0.2% 0.62% -
XYZ 23.12 22.47 35.47 -
YUV 131.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 131 127 158 0.17 0.20 0 0.38 247.74 0.14 0.56
Hex 83 7F 9E 11 14 0 26 F8 E 38
Octal 203 177 236 21 24 0 46 370 16 70
Binary 10000011 1111111 10011110 10001 10100 0 100110 11111000 1110 111000

Color Harmonies of #837F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F9E

Black with #837F9E

Text Example


Text Example

White with #837F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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