Html Css Color HEX #83759E Deluge

📋 copy color: '#83759E'

red 131 ◦ green 117 ◦ blue 158

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

Shades of Deluge #83759E

Tints of Deluge #83759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

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

R = 32.27%
G = 28.82%
B = 38.92%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83759E (or 0x83759E) is known color: Deluge. HEX triplet: 83, 75 and 9E. RGB value is (131,117,158). Sum of RGB (Red+Green+Blue) = 131+117+158=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #83759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83759E is #7C8A61. Grayscale: #7D7D7D. Windows color (decimal): -8161890 or 10384771. OLE color: 10384771.

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

Color convert

RGB 131 117 158 -
CMYK 0.17 0.26 0 0.38
HSL 260.49º 0.17% 0.54% -
HSV(B) 260.49º 0.26% 0.62% -
XYZ 21.89 20.02 35.06 -
YUV 125.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 131 117 158 0.17 0.26 0 0.38 260.49 0.17 0.54
Hex 83 75 9E 11 1A 0 26 104 11 36
Octal 203 165 236 21 32 0 46 404 21 66
Binary 10000011 1110101 10011110 10001 11010 0 100110 100000100 10001 110110

Color Harmonies of #83759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83759E

Black with #83759E

Text Example


Text Example

White with #83759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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