Html Css Color HEX #83759A Deluge

📋 copy color: '#83759A'

red 131 ◦ green 117 ◦ blue 154

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

Shades of Deluge #83759A

Tints of Deluge #83759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

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

R = 32.59%
G = 29.1%
B = 38.31%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83759A (or 0x83759A) is known color: Deluge. HEX triplet: 83, 75 and 9A. RGB value is (131,117,154). Sum of RGB (Red+Green+Blue) = 131+117+154=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #83759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83759A is #7C8A65. Grayscale: #7D7D7D. Windows color (decimal): -8161894 or 10122627. OLE color: 10122627.

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

Color convert

RGB 131 117 154 -
CMYK 0.15 0.24 0 0.40
HSL 262.7º 0.15% 0.53% -
HSV(B) 262.7º 0.24% 0.6% -
XYZ 21.55 19.88 33.27 -
YUV 125.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 131 117 154 0.15 0.24 0 0.40 262.7 0.15 0.53
Hex 83 75 9A F 18 0 28 107 F 35
Octal 203 165 232 17 30 0 50 407 17 65
Binary 10000011 1110101 10011010 1111 11000 0 101000 100000111 1111 110101

Color Harmonies of #83759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83759A

Black with #83759A

Text Example


Text Example

White with #83759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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