Html Css Color HEX #828693 Manatee

📋 copy color: '#828693'

red 130 ◦ green 134 ◦ blue 147

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

Shades of Manatee #828693

Tints of Manatee #828693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 31.63%
G = 32.6%
B = 35.77%

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

#828693 (or 0x828693) is known color: Manatee. HEX triplet: 82, 86 and 93. RGB value is (130,134,147). Sum of RGB (Red+Green+Blue) = 130+134+147=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #828693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828693 is #7D796C. Grayscale: #868686. Windows color (decimal): -8223085 or 9668226. OLE color: 9668226.

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

Color convert

RGB 130 134 147 -
CMYK 0.12 0.09 0 0.42
HSL 225.88º 0.07% 0.54% -
HSV(B) 225.88º 0.12% 0.58% -
XYZ 23 23.9 31.01 -
YUV 134.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 130 134 147 0.12 0.09 0 0.42 225.88 0.07 0.54
Hex 82 86 93 C 9 0 2A E2 7 36
Octal 202 206 223 14 11 0 52 342 7 66
Binary 10000010 10000110 10010011 1100 1001 0 101010 11100010 111 110110

Color Harmonies of #828693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828693

Black with #828693

Text Example


Text Example

White with #828693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828693; }

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

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

background-color css

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

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

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

border-color css

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

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

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