Html Css Color HEX #82889B Manatee

📋 copy color: '#82889B'

red 130 ◦ green 136 ◦ blue 155

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

Shades of Manatee #82889B

Tints of Manatee #82889B

RGB

 RED value IS 130 (51.17% from 255) = 30.88%

 GREEN value IS 136 (53.52% from 255) = 32.3%

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

R = 30.88%
G = 32.3%
B = 36.82%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82889B (or 0x82889B) is known color: Manatee. HEX triplet: 82, 88 and 9B. RGB value is (130,136,155). Sum of RGB (Red+Green+Blue) = 130+136+155=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #82889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82889B is #7D7764. Grayscale: #888888. Windows color (decimal): -8222565 or 10193026. OLE color: 10193026.

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

Color convert

RGB 130 136 155 -
CMYK 0.16 0.12 0 0.39
HSL 225.6º 0.11% 0.56% -
HSV(B) 225.6º 0.16% 0.61% -
XYZ 23.93 24.72 34.52 -
YUV 136.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 130 136 155 0.16 0.12 0 0.39 225.6 0.11 0.56
Hex 82 88 9B 10 C 0 27 E2 B 38
Octal 202 210 233 20 14 0 47 342 13 70
Binary 10000010 10001000 10011011 10000 1100 0 100111 11100010 1011 111000

Color Harmonies of #82889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82889B

Black with #82889B

Text Example


Text Example

White with #82889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,136,155); }

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

background-color css

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

 a { background-color: rgb(130,136,155); }

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

border-color css

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

 span { border-color: rgb(130,136,155); }

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