#9C9FAE

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

Shades of Mischka #9C9FAE

Tints of Mischka #9C9FAE

Color information

#9C9FAE (or 0x9C9FAE) is unknown color: approx Mischka. HEX triplet: 9C, 9F and AE. RGB value is (156,159,174). Sum of RGB (Red+Green+Blue) = 156+159+174=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9FAE is #636051. Grayscale: #9F9F9F. Windows color (decimal): -6512722 or 11444124. OLE color: 11444124.

HSL color Cylindrical-coordinate representation of color #9C9FAE: hue angle of 230º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C9FAE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156159174-
CMYK0.100.0900.32
HSL230º10%64.71%-
HSV(B)230º10.34%68.24%-
XYZ33.7534.9245.01-
YUV159.81136.01125.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=31.90%
G=32.52%
B=35.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561591740.100.0900.322301064.71
Hex9C9FAEA9020e6a41
Octal234237256121104034612101
Binary1001110010011111101011101010100101000001110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,159,174); }

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

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

 a { background-color: rgb(156,159,174); }

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

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

 span { border-color: rgb(156,159,174); }

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