Html Css Color HEX #838AA2 Manatee

📋 copy color: '#838AA2'

red 131 ◦ green 138 ◦ blue 162

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

Shades of Manatee #838AA2

Tints of Manatee #838AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 30.39%
G = 32.02%
B = 37.59%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#838AA2 (or 0x838AA2) is known color: Manatee. HEX triplet: 83, 8A and A2. RGB value is (131,138,162). Sum of RGB (Red+Green+Blue) = 131+138+162=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #838AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AA2 is #7C755D. Grayscale: #8A8A8A. Windows color (decimal): -8156510 or 10652291. OLE color: 10652291.

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

Color convert

RGB 131 138 162 -
CMYK 0.19 0.15 0 0.36
HSL 226.45º 0.14% 0.57% -
HSV(B) 226.45º 0.19% 0.64% -
XYZ 24.97 25.61 37.81 -
YUV 138.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 131 138 162 0.19 0.15 0 0.36 226.45 0.14 0.57
Hex 83 8A A2 13 F 0 24 E2 E 39
Octal 203 212 242 23 17 0 44 342 16 71
Binary 10000011 10001010 10100010 10011 1111 0 100100 11100010 1110 111001

Color Harmonies of #838AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AA2

Black with #838AA2

Text Example


Text Example

White with #838AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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