Html Css Color HEX #83849B Manatee

📋 copy color: '#83849B'

red 131 ◦ green 132 ◦ blue 155

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

Shades of Manatee #83849B

Tints of Manatee #83849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

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

R = 31.34%
G = 31.58%
B = 37.08%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83849B (or 0x83849B) is known color: Manatee. HEX triplet: 83, 84 and 9B. RGB value is (131,132,155). Sum of RGB (Red+Green+Blue) = 131+132+155=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #83849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83849B is #7C7B64. Grayscale: #868686. Windows color (decimal): -8158053 or 10192003. OLE color: 10192003.

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

Color convert

RGB 131 132 155 -
CMYK 0.15 0.15 0 0.39
HSL 237.5º 0.11% 0.56% -
HSV(B) 237.5º 0.15% 0.61% -
XYZ 23.53 23.69 34.34 -
YUV 134.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 131 132 155 0.15 0.15 0 0.39 237.5 0.11 0.56
Hex 83 84 9B F F 0 27 EE B 38
Octal 203 204 233 17 17 0 47 356 13 70
Binary 10000011 10000100 10011011 1111 1111 0 100111 11101110 1011 111000

Color Harmonies of #83849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83849B

Black with #83849B

Text Example


Text Example

White with #83849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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