Html Css Color HEX #83769D Deluge

📋 copy color: '#83769D'

red 131 ◦ green 118 ◦ blue 157

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

Shades of Deluge #83769D

Tints of Deluge #83769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

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

R = 32.27%
G = 29.06%
B = 38.67%

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

#83769D (or 0x83769D) is known color: Deluge. HEX triplet: 83, 76 and 9D. RGB value is (131,118,157). Sum of RGB (Red+Green+Blue) = 131+118+157=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #83769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83769D is #7C8962. Grayscale: #7E7E7E. Windows color (decimal): -8161635 or 10319491. OLE color: 10319491.

HSL color Cylindrical-coordinate representation of color #83769D: hue angle of 260º 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 #83769D is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 118 157 -
CMYK 0.17 0.25 0 0.38
HSL 260º 0.17% 0.54% -
HSV(B) 260º 0.25% 0.62% -
XYZ 21.92 20.22 34.64 -
YUV 126.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 131 118 157 0.17 0.25 0 0.38 260 0.17 0.54
Hex 83 76 9D 11 19 0 26 104 11 36
Octal 203 166 235 21 31 0 46 404 21 66
Binary 10000011 1110110 10011101 10001 11001 0 100110 100000100 10001 110110

Color Harmonies of #83769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83769D

Black with #83769D

Text Example


Text Example

White with #83769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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