#9B9FB2

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

Shades of Mischka #9B9FB2

Tints of Mischka #9B9FB2

Color information

#9B9FB2 (or 0x9B9FB2) is unknown color: approx Mischka. HEX triplet: 9B, 9F and B2. RGB value is (155,159,178). Sum of RGB (Red+Green+Blue) = 155+159+178=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B9FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9FB2 is #64604D. Grayscale: #9F9F9F. Windows color (decimal): -6578254 or 11706267. OLE color: 11706267.

HSL color Cylindrical-coordinate representation of color #9B9FB2: hue angle of 229.57º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B9FB2 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB155159178-
CMYK0.130.1100.30
HSL229.57º12.99%65.29%-
HSV(B)229.57º12.92%69.8%-
XYZ33.9534.9847.08-
YUV159.97138.17124.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=31.50%
G=32.32%
B=36.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551591780.130.1100.30229.5712.9965.29
Hex9B9FB2DB01Ee6d41
Octal233237262151303634615101
Binary100110111001111110110010110110110111101110011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,178); }

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

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

 a { background-color: rgb(155,159,178); }

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

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

 span { border-color: rgb(155,159,178); }

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