Html Css Color HEX #959AAA Manatee

📋 copy color: '#959AAA'

red 149 ◦ green 154 ◦ blue 170

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

Shades of Manatee #959AAA

Tints of Manatee #959AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 31.5%
G = 32.56%
B = 35.94%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959AAA (or 0x959AAA) is known color: Manatee. HEX triplet: 95, 9A and AA. RGB value is (149,154,170). Sum of RGB (Red+Green+Blue) = 149+154+170=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #959AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AAA is #6A6555. Grayscale: #9A9A9A. Windows color (decimal): -6972758 or 11180693. OLE color: 11180693.

HSL color Cylindrical-coordinate representation of color #959AAA: hue angle of 225.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959AAA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 154 170 -
CMYK 0.12 0.09 0 0.33
HSL 225.71º 0.11% 0.63% -
HSV(B) 225.71º 0.12% 0.67% -
XYZ 31.21 32.4 42.64 -
YUV 154.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 149 154 170 0.12 0.09 0 0.33 225.71 0.11 0.63
Hex 95 9A AA C 9 0 21 E2 B 3F
Octal 225 232 252 14 11 0 41 342 13 77
Binary 10010101 10011010 10101010 1100 1001 0 100001 11100010 1011 111111

Color Harmonies of #959AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AAA

Black with #959AAA

Text Example


Text Example

White with #959AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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