Html Css Color HEX #83749B Deluge

📋 copy color: '#83749B'

red 131 ◦ green 116 ◦ blue 155

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

Shades of Deluge #83749B

Tints of Deluge #83749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 32.59%
G = 28.86%
B = 38.56%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83749B (or 0x83749B) is known color: Deluge. HEX triplet: 83, 74 and 9B. RGB value is (131,116,155). Sum of RGB (Red+Green+Blue) = 131+116+155=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #83749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83749B is #7C8B64. Grayscale: #7C7C7C. Windows color (decimal): -8162149 or 10187907. OLE color: 10187907.

HSL color Cylindrical-coordinate representation of color #83749B: hue angle of 263.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83749B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 116 155 -
CMYK 0.15 0.25 0 0.39
HSL 263.08º 0.16% 0.53% -
HSV(B) 263.08º 0.25% 0.61% -
XYZ 21.52 19.68 33.68 -
YUV 124.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 131 116 155 0.15 0.25 0 0.39 263.08 0.16 0.53
Hex 83 74 9B F 19 0 27 107 10 35
Octal 203 164 233 17 31 0 47 407 20 65
Binary 10000011 1110100 10011011 1111 11001 0 100111 100000111 10000 110101

Color Harmonies of #83749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83749B

Black with #83749B

Text Example


Text Example

White with #83749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83749B; }

 p { color: rgb(131,116,155); }

 H1.HeaderClassName
 {
   color: #83749B;
 }
 .AnyTagClassName
 {
   color: #83749B;
 }
</style>

background-color css

<style>
 a { background-color: #83749B; }

 a { background-color: rgb(131,116,155); }

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

border-color css

<style>
 span { border-color: #83749B; }

 span { border-color: rgb(131,116,155); }

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