#9B9EAC

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

Shades of Mischka #9B9EAC

Tints of Mischka #9B9EAC

Color information

#9B9EAC (or 0x9B9EAC) is unknown color: approx Mischka. HEX triplet: 9B, 9E and AC. RGB value is (155,158,172). Sum of RGB (Red+Green+Blue) = 155+158+172=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9EAC is #646153. Grayscale: #9E9E9E. Windows color (decimal): -6578516 or 11312795. OLE color: 11312795.

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

Color convert

RGB155158172-
CMYK0.100.0800.33
HSL229.41º9.29%64.12%-
HSV(B)229.41º9.88%67.45%-
XYZ33.1934.443.92-
YUV158.7135.51125.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=31.96%
G=32.58%
B=35.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551581720.100.0800.33229.419.2964.12
Hex9B9EACA8021e5940
Octal233236254121004134511100
Binary1001101110011110101011001010100001000011110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,158,172); }

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

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

 a { background-color: rgb(155,158,172); }

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

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

 span { border-color: rgb(155,158,172); }

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