Html Css Color HEX #83699E Deluge

📋 copy color: '#83699E'

red 131 ◦ green 105 ◦ blue 158

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

Shades of Deluge #83699E

Tints of Deluge #83699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 33.25%
G = 26.65%
B = 40.1%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83699E (or 0x83699E) is known color: Deluge. HEX triplet: 83, 69 and 9E. RGB value is (131,105,158). Sum of RGB (Red+Green+Blue) = 131+105+158=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #83699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83699E is #7C9661. Grayscale: #767676. Windows color (decimal): -8164962 or 10381699. OLE color: 10381699.

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

Color convert

RGB 131 105 158 -
CMYK 0.17 0.34 0 0.38
HSL 269.43º 0.21% 0.52% -
HSV(B) 269.43º 0.34% 0.62% -
XYZ 20.58 17.4 34.62 -
YUV 118.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 131 105 158 0.17 0.34 0 0.38 269.43 0.21 0.52
Hex 83 69 9E 11 22 0 26 10D 15 34
Octal 203 151 236 21 42 0 46 415 25 64
Binary 10000011 1101001 10011110 10001 100010 0 100110 100001101 10101 110100

Color Harmonies of #83699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83699E

Black with #83699E

Text Example


Text Example

White with #83699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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