Html Css Color HEX #828399 Manatee

📋 copy color: '#828399'

red 130 ◦ green 131 ◦ blue 153

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

Shades of Manatee #828399

Tints of Manatee #828399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 31.4%
G = 31.64%
B = 36.96%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#828399 (or 0x828399) is known color: Manatee. HEX triplet: 82, 83 and 99. RGB value is (130,131,153). Sum of RGB (Red+Green+Blue) = 130+131+153=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #828399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828399 is #7D7C66. Grayscale: #858585. Windows color (decimal): -8223847 or 10060674. OLE color: 10060674.

HSL color Cylindrical-coordinate representation of color #828399: hue angle of 237.39º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828399 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 131 153 -
CMYK 0.15 0.14 0 0.4
HSL 237.39º 0.1% 0.55% -
HSV(B) 237.39º 0.15% 0.6% -
XYZ 23.07 23.28 33.41 -
YUV 133.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 130 131 153 0.15 0.14 0 0.4 237.39 0.1 0.55
Hex 82 83 99 F E 0 28 ED A 37
Octal 202 203 231 17 16 0 50 355 12 67
Binary 10000010 10000011 10011001 1111 1110 0 101000 11101101 1010 110111

Color Harmonies of #828399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828399

Black with #828399

Text Example


Text Example

White with #828399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828399; }

 p { color: rgb(130,131,153); }

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

background-color css

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

 a { background-color: rgb(130,131,153); }

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

border-color css

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

 span { border-color: rgb(130,131,153); }

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