Html Css Color HEX #828798 Manatee

📋 copy color: '#828798'

red 130 ◦ green 135 ◦ blue 152

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

Shades of Manatee #828798

Tints of Manatee #828798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.37%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 31.18%
G = 32.37%
B = 36.45%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#828798 (or 0x828798) is known color: Manatee. HEX triplet: 82, 87 and 98. RGB value is (130,135,152). Sum of RGB (Red+Green+Blue) = 130+135+152=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #828798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828798 is #7D7867. Grayscale: #878787. Windows color (decimal): -8222824 or 9996162. OLE color: 9996162.

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

Color convert

RGB 130 135 152 -
CMYK 0.14 0.11 0 0.40
HSL 226.36º 0.1% 0.55% -
HSV(B) 226.36º 0.14% 0.6% -
XYZ 23.54 24.34 33.16 -
YUV 135.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 130 135 152 0.14 0.11 0 0.40 226.36 0.1 0.55
Hex 82 87 98 E B 0 28 E2 A 37
Octal 202 207 230 16 13 0 50 342 12 67
Binary 10000010 10000111 10011000 1110 1011 0 101000 11100010 1010 110111

Color Harmonies of #828798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828798

Black with #828798

Text Example


Text Example

White with #828798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828798; }

 p { color: rgb(130,135,152); }

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

background-color css

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

 a { background-color: rgb(130,135,152); }

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

border-color css

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

 span { border-color: rgb(130,135,152); }

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