Html Css Color HEX #83789A Deluge

📋 copy color: '#83789A'

red 131 ◦ green 120 ◦ blue 154

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

Shades of Deluge #83789A

Tints of Deluge #83789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.63%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 32.35%
G = 29.63%
B = 38.02%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83789A (or 0x83789A) is known color: Deluge. HEX triplet: 83, 78 and 9A. RGB value is (131,120,154). Sum of RGB (Red+Green+Blue) = 131+120+154=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #83789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83789A is #7C8765. Grayscale: #7F7F7F. Windows color (decimal): -8161126 or 10123395. OLE color: 10123395.

HSL color Cylindrical-coordinate representation of color #83789A: hue angle of 259.41º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83789A is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 120 154 -
CMYK 0.15 0.22 0 0.40
HSL 259.41º 0.14% 0.54% -
HSV(B) 259.41º 0.22% 0.6% -
XYZ 21.91 20.59 33.39 -
YUV 127.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 131 120 154 0.15 0.22 0 0.40 259.41 0.14 0.54
Hex 83 78 9A F 16 0 28 103 E 36
Octal 203 170 232 17 26 0 50 403 16 66
Binary 10000011 1111000 10011010 1111 10110 0 101000 100000011 1110 110110

Color Harmonies of #83789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83789A

Black with #83789A

Text Example


Text Example

White with #83789A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83789A; }

 p { color: rgb(131,120,154); }

 H1.HeaderClassName
 {
   color: #83789A;
 }
 .AnyTagClassName
 {
   color: #83789A;
 }
</style>

background-color css

<style>
 a { background-color: #83789A; }

 a { background-color: rgb(131,120,154); }

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

border-color css

<style>
 span { border-color: #83789A; }

 span { border-color: rgb(131,120,154); }

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