Html Css Color HEX #838698 Manatee

📋 copy color: '#838698'

red 131 ◦ green 134 ◦ blue 152

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

Shades of Manatee #838698

Tints of Manatee #838698

RGB

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

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

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

R = 31.41%
G = 32.13%
B = 36.45%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#838698 (or 0x838698) is known color: Manatee. HEX triplet: 83, 86 and 98. RGB value is (131,134,152). Sum of RGB (Red+Green+Blue) = 131+134+152=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #838698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838698 is #7C7967. Grayscale: #878787. Windows color (decimal): -8157544 or 9995907. OLE color: 9995907.

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

Color convert

RGB 131 134 152 -
CMYK 0.14 0.12 0 0.40
HSL 231.43º 0.09% 0.55% -
HSV(B) 231.43º 0.14% 0.6% -
XYZ 23.55 24.14 33.12 -
YUV 135.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 131 134 152 0.14 0.12 0 0.40 231.43 0.09 0.55
Hex 83 86 98 E C 0 28 E7 9 37
Octal 203 206 230 16 14 0 50 347 11 67
Binary 10000011 10000110 10011000 1110 1100 0 101000 11100111 1001 110111

Color Harmonies of #838698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838698

Black with #838698

Text Example


Text Example

White with #838698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838698; }

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

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

background-color css

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

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

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

border-color css

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

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

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