Html Css Color HEX #838895 Manatee

📋 copy color: '#838895'

red 131 ◦ green 136 ◦ blue 149

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

Shades of Manatee #838895

Tints of Manatee #838895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 31.49%
G = 32.69%
B = 35.82%

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

#838895 (or 0x838895) is known color: Manatee. HEX triplet: 83, 88 and 95. RGB value is (131,136,149). Sum of RGB (Red+Green+Blue) = 131+136+149=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #838895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838895 is #7C776A. Grayscale: #878787. Windows color (decimal): -8157035 or 9799811. OLE color: 9799811.

HSL color Cylindrical-coordinate representation of color #838895: hue angle of 223.33º 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 #838895 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 136 149 -
CMYK 0.12 0.09 0 0.42
HSL 223.33º 0.08% 0.55% -
HSV(B) 223.33º 0.12% 0.58% -
XYZ 23.59 24.6 31.94 -
YUV 135.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 131 136 149 0.12 0.09 0 0.42 223.33 0.08 0.55
Hex 83 88 95 C 9 0 2A DF 8 37
Octal 203 210 225 14 11 0 52 337 10 67
Binary 10000011 10001000 10010101 1100 1001 0 101010 11011111 1000 110111

Color Harmonies of #838895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838895

Black with #838895

Text Example


Text Example

White with #838895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838895; }

 p { color: rgb(131,136,149); }

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

background-color css

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

 a { background-color: rgb(131,136,149); }

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

border-color css

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

 span { border-color: rgb(131,136,149); }

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