Html Css Color HEX #82869B Manatee

📋 copy color: '#82869B'

red 130 ◦ green 134 ◦ blue 155

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

Shades of Manatee #82869B

Tints of Manatee #82869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.98%

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

R = 31.03%
G = 31.98%
B = 36.99%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82869B (or 0x82869B) is known color: Manatee. HEX triplet: 82, 86 and 9B. RGB value is (130,134,155). Sum of RGB (Red+Green+Blue) = 130+134+155=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 134 (52.73% from 255 or 31.98% 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 #82869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82869B is #7D7964. Grayscale: #878787. Windows color (decimal): -8223077 or 10192514. OLE color: 10192514.

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

Color convert

RGB 130 134 155 -
CMYK 0.16 0.14 0 0.39
HSL 230.4º 0.11% 0.56% -
HSV(B) 230.4º 0.16% 0.61% -
XYZ 23.65 24.16 34.43 -
YUV 135.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 130 134 155 0.16 0.14 0 0.39 230.4 0.11 0.56
Hex 82 86 9B 10 E 0 27 E6 B 38
Octal 202 206 233 20 16 0 47 346 13 70
Binary 10000010 10000110 10011011 10000 1110 0 100111 11100110 1011 111000

Color Harmonies of #82869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82869B

Black with #82869B

Text Example


Text Example

White with #82869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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