Html Css Color HEX #838AA1 Manatee

📋 copy color: '#838AA1'

red 131 ◦ green 138 ◦ blue 161

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

Shades of Manatee #838AA1

Tints of Manatee #838AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.44%

R = 30.47%
G = 32.09%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#838AA1 (or 0x838AA1) is known color: Manatee. HEX triplet: 83, 8A and A1. RGB value is (131,138,161). Sum of RGB (Red+Green+Blue) = 131+138+161=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 161 - color contains mainly: blue. Hex color #838AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AA1 is #7C755E. Grayscale: #8A8A8A. Windows color (decimal): -8156511 or 10586755. OLE color: 10586755.

HSL color Cylindrical-coordinate representation of color #838AA1: hue angle of 226º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #838AA1 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 138 161 -
CMYK 0.19 0.14 0 0.37
HSL 226º 0.14% 0.57% -
HSV(B) 226º 0.19% 0.63% -
XYZ 24.88 25.58 37.34 -
YUV 138.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 131 138 161 0.19 0.14 0 0.37 226 0.14 0.57
Hex 83 8A A1 13 E 0 25 E2 E 39
Octal 203 212 241 23 16 0 45 342 16 71
Binary 10000011 10001010 10100001 10011 1110 0 100101 11100010 1110 111001

Color Harmonies of #838AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AA1

Black with #838AA1

Text Example


Text Example

White with #838AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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