Html Css Color HEX #838AA3 Manatee

📋 copy color: '#838AA3'

red 131 ◦ green 138 ◦ blue 163

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

Shades of Manatee #838AA3

Tints of Manatee #838AA3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.94%

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 30.32%
G = 31.94%
B = 37.73%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#838AA3 (or 0x838AA3) is known color: Manatee. HEX triplet: 83, 8A and A3. RGB value is (131,138,163). Sum of RGB (Red+Green+Blue) = 131+138+163=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #838AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AA3 is #7C755C. Grayscale: #8A8A8A. Windows color (decimal): -8156509 or 10717827. OLE color: 10717827.

HSL color Cylindrical-coordinate representation of color #838AA3: hue angle of 226.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838AA3 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 138 163 -
CMYK 0.20 0.15 0 0.36
HSL 226.88º 0.15% 0.58% -
HSV(B) 226.88º 0.2% 0.64% -
XYZ 25.06 25.65 38.28 -
YUV 138.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 131 138 163 0.20 0.15 0 0.36 226.88 0.15 0.58
Hex 83 8A A3 14 F 0 24 E3 F 3A
Octal 203 212 243 24 17 0 44 343 17 72
Binary 10000011 10001010 10100011 10100 1111 0 100100 11100011 1111 111010

Color Harmonies of #838AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AA3

Black with #838AA3

Text Example


Text Example

White with #838AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838AA3; }

 p { color: rgb(131,138,163); }

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

background-color css

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

 a { background-color: rgb(131,138,163); }

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

border-color css

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

 span { border-color: rgb(131,138,163); }

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