Html Css Color HEX #838699 Manatee

📋 copy color: '#838699'

red 131 ◦ green 134 ◦ blue 153

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

Shades of Manatee #838699

Tints of Manatee #838699

RGB

 RED value IS 131 (51.56% from 255) = 31.34%

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

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

R = 31.34%
G = 32.06%
B = 36.6%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#838699 (or 0x838699) is known color: Manatee. HEX triplet: 83, 86 and 99. RGB value is (131,134,153). Sum of RGB (Red+Green+Blue) = 131+134+153=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #838699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838699 is #7C7966. Grayscale: #878787. Windows color (decimal): -8157543 or 10061443. OLE color: 10061443.

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

Color convert

RGB 131 134 153 -
CMYK 0.14 0.12 0 0.4
HSL 231.82º 0.1% 0.56% -
HSV(B) 231.82º 0.14% 0.6% -
XYZ 23.63 24.18 33.56 -
YUV 135.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 131 134 153 0.14 0.12 0 0.4 231.82 0.1 0.56
Hex 83 86 99 E C 0 28 E8 A 38
Octal 203 206 231 16 14 0 50 350 12 70
Binary 10000011 10000110 10011001 1110 1100 0 101000 11101000 1010 111000

Color Harmonies of #838699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838699

Black with #838699

Text Example


Text Example

White with #838699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838699; }

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

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

background-color css

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

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

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

border-color css

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

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

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