Html Css Color HEX #83769C Deluge

📋 copy color: '#83769C'

red 131 ◦ green 118 ◦ blue 156

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

Shades of Deluge #83769C

Tints of Deluge #83769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 32.35%
G = 29.14%
B = 38.52%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83769C (or 0x83769C) is known color: Deluge. HEX triplet: 83, 76 and 9C. RGB value is (131,118,156). Sum of RGB (Red+Green+Blue) = 131+118+156=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #83769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83769C is #7C8963. Grayscale: #7E7E7E. Windows color (decimal): -8161636 or 10253955. OLE color: 10253955.

HSL color Cylindrical-coordinate representation of color #83769C: hue angle of 260.53º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83769C is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 118 156 -
CMYK 0.16 0.24 0 0.39
HSL 260.53º 0.16% 0.54% -
HSV(B) 260.53º 0.24% 0.61% -
XYZ 21.84 20.18 34.2 -
YUV 126.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 131 118 156 0.16 0.24 0 0.39 260.53 0.16 0.54
Hex 83 76 9C 10 18 0 27 105 10 36
Octal 203 166 234 20 30 0 47 405 20 66
Binary 10000011 1110110 10011100 10000 11000 0 100111 100000101 10000 110110

Color Harmonies of #83769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83769C

Black with #83769C

Text Example


Text Example

White with #83769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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