Html Css Color HEX #83859B Manatee

📋 copy color: '#83859B'

red 131 ◦ green 133 ◦ blue 155

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

Shades of Manatee #83859B

Tints of Manatee #83859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

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

R = 31.26%
G = 31.74%
B = 36.99%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83859B (or 0x83859B) is known color: Manatee. HEX triplet: 83, 85 and 9B. RGB value is (131,133,155). Sum of RGB (Red+Green+Blue) = 131+133+155=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #83859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83859B is #7C7A64. Grayscale: #868686. Windows color (decimal): -8157797 or 10192259. OLE color: 10192259.

HSL color Cylindrical-coordinate representation of color #83859B: hue angle of 235º 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 #83859B is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 133 155 -
CMYK 0.15 0.14 0 0.39
HSL 235º 0.11% 0.56% -
HSV(B) 235º 0.15% 0.61% -
XYZ 23.66 23.97 34.39 -
YUV 134.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 131 133 155 0.15 0.14 0 0.39 235 0.11 0.56
Hex 83 85 9B F E 0 27 EB B 38
Octal 203 205 233 17 16 0 47 353 13 70
Binary 10000011 10000101 10011011 1111 1110 0 100111 11101011 1011 111000

Color Harmonies of #83859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83859B

Black with #83859B

Text Example


Text Example

White with #83859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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