Html Css Color HEX #83699D Deluge

📋 copy color: '#83699D'

red 131 ◦ green 105 ◦ blue 157

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

Shades of Deluge #83699D

Tints of Deluge #83699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 33.33%
G = 26.72%
B = 39.95%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83699D (or 0x83699D) is known color: Deluge. HEX triplet: 83, 69 and 9D. RGB value is (131,105,157). Sum of RGB (Red+Green+Blue) = 131+105+157=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #83699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83699D is #7C9662. Grayscale: #767676. Windows color (decimal): -8164963 or 10316163. OLE color: 10316163.

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

Color convert

RGB 131 105 157 -
CMYK 0.17 0.33 0 0.38
HSL 270º 0.21% 0.51% -
HSV(B) 270º 0.33% 0.62% -
XYZ 20.5 17.36 34.17 -
YUV 118.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 131 105 157 0.17 0.33 0 0.38 270 0.21 0.51
Hex 83 69 9D 11 21 0 26 10E 15 33
Octal 203 151 235 21 41 0 46 416 25 63
Binary 10000011 1101001 10011101 10001 100001 0 100110 100001110 10101 110011

Color Harmonies of #83699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83699D

Black with #83699D

Text Example


Text Example

White with #83699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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