Html Css Color HEX #83779E Deluge

📋 copy color: '#83779E'

red 131 ◦ green 119 ◦ blue 158

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

Shades of Deluge #83779E

Tints of Deluge #83779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

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

R = 32.11%
G = 29.17%
B = 38.73%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83779E (or 0x83779E) is known color: Deluge. HEX triplet: 83, 77 and 9E. RGB value is (131,119,158). Sum of RGB (Red+Green+Blue) = 131+119+158=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #83779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83779E is #7C8861. Grayscale: #7E7E7E. Windows color (decimal): -8161378 or 10385283. OLE color: 10385283.

HSL color Cylindrical-coordinate representation of color #83779E: hue angle of 258.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83779E is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 119 158 -
CMYK 0.17 0.25 0 0.38
HSL 258.46º 0.17% 0.54% -
HSV(B) 258.46º 0.25% 0.62% -
XYZ 22.13 20.49 35.14 -
YUV 127.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 131 119 158 0.17 0.25 0 0.38 258.46 0.17 0.54
Hex 83 77 9E 11 19 0 26 102 11 36
Octal 203 167 236 21 31 0 46 402 21 66
Binary 10000011 1110111 10011110 10001 11001 0 100110 100000010 10001 110110

Color Harmonies of #83779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83779E

Black with #83779E

Text Example


Text Example

White with #83779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83779E; }

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

 H1.HeaderClassName
 {
   color: #83779E;
 }
 .AnyTagClassName
 {
   color: #83779E;
 }
</style>

background-color css

<style>
 a { background-color: #83779E; }

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

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

border-color css

<style>
 span { border-color: #83779E; }

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

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