#9E9CAA

Color #9E9CAA Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #9E9CAA

Tints of Spun Pearl #9E9CAA

Color information

#9E9CAA (or 0x9E9CAA) is unknown color: approx Spun Pearl. HEX triplet: 9E, 9C and AA. RGB value is (158,156,170). Sum of RGB (Red+Green+Blue) = 158+156+170=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9CAA is #616355. Grayscale: #9E9E9E. Windows color (decimal): -6382422 or 11181214. OLE color: 11181214.

HSL color Cylindrical-coordinate representation of color #9E9CAA: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9CAA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158156170-
CMYK0.070.0800.33
HSL248.57º7.61%63.92%-
HSV(B)248.57º8.24%66.67%-
XYZ33.2433.9542.83-
YUV158.19134.66127.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=32.64%
G=32.23%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581561700.070.0800.33248.577.6163.92
Hex9E9CAA78021f9840
Octal23623425271004137110100
Binary100111101001110010101010111100001000011111100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9CAA; }

 p { color: rgb(158,156,170); }

 H1.HeaderClassName
 {
   color: #9E9CAA;
 }
 .AnyTagClassName
 {
   color: #9E9CAA;
 }
</style>
background-color css

<style>
 a { background-color: #9E9CAA; }

 a { background-color: rgb(158,156,170); }

 div.DivClassName
 {
   background-color: #9E9CAA;
 }
 .BgClassName
 {
   background-color: #9E9CAA;
 }
</style>
border-color css

<style>
 span { border-color: #9E9CAA; }

 span { border-color: rgb(158,156,170); }

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