#9B9FC6

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

Shades of Blue Bell #9B9FC6

Tints of Blue Bell #9B9FC6

Color information

#9B9FC6 (or 0x9B9FC6) is unknown color: approx Blue Bell. HEX triplet: 9B, 9F and C6. RGB value is (155,159,198). Sum of RGB (Red+Green+Blue) = 155+159+198=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B9FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FC6 is #646039. Grayscale: #A2A2A2. Windows color (decimal): -6578234 or 13016987. OLE color: 13016987.

HSL color Cylindrical-coordinate representation of color #9B9FC6: hue angle of 234.42º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B9FC6 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB155159198-
CMYK0.220.2000.22
HSL234.42º27.39%69.22%-
HSV(B)234.42º21.72%77.65%-
XYZ36.1135.8458.44-
YUV162.25148.17122.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=30.27%
G=31.05%
B=38.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551591980.220.2000.22234.4227.3969.22
Hex9B9FC61614016ea1b45
Octal233237306262402635233105
Binary100110111001111111000110101101010001011011101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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