Html Css Color HEX #838998 Manatee

📋 copy color: '#838998'

red 131 ◦ green 137 ◦ blue 152

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

Shades of Manatee #838998

Tints of Manatee #838998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.62%

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

R = 31.19%
G = 32.62%
B = 36.19%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#838998 (or 0x838998) is known color: Manatee. HEX triplet: 83, 89 and 98. RGB value is (131,137,152). Sum of RGB (Red+Green+Blue) = 131+137+152=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #838998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838998 is #7C7667. Grayscale: #888888. Windows color (decimal): -8156776 or 9996675. OLE color: 9996675.

HSL color Cylindrical-coordinate representation of color #838998: hue angle of 222.86º degrees, saturation: 0.09, 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 #838998 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 137 152 -
CMYK 0.14 0.10 0 0.40
HSL 222.86º 0.09% 0.55% -
HSV(B) 222.86º 0.14% 0.6% -
XYZ 23.97 24.98 33.26 -
YUV 136.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 131 137 152 0.14 0.10 0 0.40 222.86 0.09 0.55
Hex 83 89 98 E A 0 28 DF 9 37
Octal 203 211 230 16 12 0 50 337 11 67
Binary 10000011 10001001 10011000 1110 1010 0 101000 11011111 1001 110111

Color Harmonies of #838998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838998

Black with #838998

Text Example


Text Example

White with #838998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838998; }

 p { color: rgb(131,137,152); }

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

background-color css

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

 a { background-color: rgb(131,137,152); }

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

border-color css

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

 span { border-color: rgb(131,137,152); }

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