#9BA1B8

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

Shades of Mischka #9BA1B8

Tints of Mischka #9BA1B8

Color information

#9BA1B8 (or 0x9BA1B8) is unknown color: approx Mischka. HEX triplet: 9B, A1 and B8. RGB value is (155,161,184). Sum of RGB (Red+Green+Blue) = 155+161+184=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #9BA1B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1B8 is #645E47. Grayscale: #A1A1A1. Windows color (decimal): -6577736 or 12099995. OLE color: 12099995.

HSL color Cylindrical-coordinate representation of color #9BA1B8: hue angle of 227.59º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA1B8 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB155161184-
CMYK0.160.1200.28
HSL227.59º16.96%66.47%-
HSV(B)227.59º15.76%72.16%-
XYZ34.9135.9250.44-
YUV161.83140.51123.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=31%
G=32.2%
B=36.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551611840.160.1200.28227.5916.9666.47
Hex9BA1B810C01Ce41142
Octal233241270201403434421102
Binary10011011101000011011100010000110001110011100100100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,184); }

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

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

 a { background-color: rgb(155,161,184); }

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

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

 span { border-color: rgb(155,161,184); }

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