Html Css Color HEX #838694 Manatee

📋 copy color: '#838694'

red 131 ◦ green 134 ◦ blue 148

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

Shades of Manatee #838694

Tints of Manatee #838694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 31.72%
G = 32.45%
B = 35.84%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838694 (or 0x838694) is known color: Manatee. HEX triplet: 83, 86 and 94. RGB value is (131,134,148). Sum of RGB (Red+Green+Blue) = 131+134+148=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #838694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838694 is #7C796B. Grayscale: #868686. Windows color (decimal): -8157548 or 9733763. OLE color: 9733763.

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

Color convert

RGB 131 134 148 -
CMYK 0.11 0.09 0 0.42
HSL 229.41º 0.07% 0.55% -
HSV(B) 229.41º 0.11% 0.58% -
XYZ 23.23 24.01 31.43 -
YUV 134.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 131 134 148 0.11 0.09 0 0.42 229.41 0.07 0.55
Hex 83 86 94 B 9 0 2A E5 7 37
Octal 203 206 224 13 11 0 52 345 7 67
Binary 10000011 10000110 10010100 1011 1001 0 101010 11100101 111 110111

Color Harmonies of #838694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838694

Black with #838694

Text Example


Text Example

White with #838694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838694; }

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

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

background-color css

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

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

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

border-color css

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

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

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