Html Css Color HEX #828694 Manatee

📋 copy color: '#828694'

red 130 ◦ green 134 ◦ blue 148

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

Shades of Manatee #828694

Tints of Manatee #828694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 31.55%
G = 32.52%
B = 35.92%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828694 (or 0x828694) is known color: Manatee. HEX triplet: 82, 86 and 94. RGB value is (130,134,148). Sum of RGB (Red+Green+Blue) = 130+134+148=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #828694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828694 is #7D796B. Grayscale: #868686. Windows color (decimal): -8223084 or 9733762. OLE color: 9733762.

HSL color Cylindrical-coordinate representation of color #828694: hue angle of 226.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828694 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 134 148 -
CMYK 0.12 0.09 0 0.42
HSL 226.67º 0.08% 0.55% -
HSV(B) 226.67º 0.12% 0.58% -
XYZ 23.08 23.93 31.42 -
YUV 134.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 130 134 148 0.12 0.09 0 0.42 226.67 0.08 0.55
Hex 82 86 94 C 9 0 2A E3 8 37
Octal 202 206 224 14 11 0 52 343 10 67
Binary 10000010 10000110 10010100 1100 1001 0 101010 11100011 1000 110111

Color Harmonies of #828694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828694

Black with #828694

Text Example


Text Example

White with #828694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828694; }

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

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

background-color css

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

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

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

border-color css

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

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

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