Html Css Color HEX #959AAF Manatee

📋 copy color: '#959AAF'

red 149 ◦ green 154 ◦ blue 175

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

Shades of Manatee #959AAF

Tints of Manatee #959AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 31.17%
G = 32.22%
B = 36.61%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#959AAF (or 0x959AAF) is known color: Manatee. HEX triplet: 95, 9A and AF. RGB value is (149,154,175). Sum of RGB (Red+Green+Blue) = 149+154+175=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #959AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AAF is #6A6550. Grayscale: #9A9A9A. Windows color (decimal): -6972753 or 11508373. OLE color: 11508373.

HSL color Cylindrical-coordinate representation of color #959AAF: hue angle of 228.46º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959AAF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 154 175 -
CMYK 0.15 0.12 0 0.31
HSL 228.46º 0.14% 0.64% -
HSV(B) 228.46º 0.15% 0.69% -
XYZ 31.69 32.6 45.18 -
YUV 154.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 149 154 175 0.15 0.12 0 0.31 228.46 0.14 0.64
Hex 95 9A AF F C 0 1F E4 E 40
Octal 225 232 257 17 14 0 37 344 16 100
Binary 10010101 10011010 10101111 1111 1100 0 11111 11100100 1110 1000000

Color Harmonies of #959AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AAF

Black with #959AAF

Text Example


Text Example

White with #959AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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