Html Css Color HEX #959AA9 Manatee

📋 copy color: '#959AA9'

red 149 ◦ green 154 ◦ blue 169

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

Shades of Manatee #959AA9

Tints of Manatee #959AA9

RGB

 RED value IS 149 (58.59% from 255) = 31.57%

 GREEN value IS 154 (60.55% from 255) = 32.63%

 BLUE value IS 169 (66.41% from 255) = 35.81%

R = 31.57%
G = 32.63%
B = 35.81%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#959AA9 (or 0x959AA9) is known color: Manatee. HEX triplet: 95, 9A and A9. RGB value is (149,154,169). Sum of RGB (Red+Green+Blue) = 149+154+169=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 169 - color contains mainly: blue. Hex color #959AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AA9 is #6A6556. Grayscale: #9A9A9A. Windows color (decimal): -6972759 or 11115157. OLE color: 11115157.

HSL color Cylindrical-coordinate representation of color #959AA9: hue angle of 225º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959AA9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 154 169 -
CMYK 0.12 0.09 0 0.34
HSL 225º 0.1% 0.62% -
HSV(B) 225º 0.12% 0.66% -
XYZ 31.11 32.37 42.14 -
YUV 154.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 149 154 169 0.12 0.09 0 0.34 225 0.1 0.62
Hex 95 9A A9 C 9 0 22 E1 A 3E
Octal 225 232 251 14 11 0 42 341 12 76
Binary 10010101 10011010 10101001 1100 1001 0 100010 11100001 1010 111110

Color Harmonies of #959AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AA9

Black with #959AA9

Text Example


Text Example

White with #959AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959AA9; }

 p { color: rgb(149,154,169); }

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

background-color css

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

 a { background-color: rgb(149,154,169); }

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

border-color css

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

 span { border-color: rgb(149,154,169); }

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