#9B9FCE

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

Shades of Blue Bell #9B9FCE

Tints of Blue Bell #9B9FCE

Color information

#9B9FCE (or 0x9B9FCE) is unknown color: approx Blue Bell. HEX triplet: 9B, 9F and CE. RGB value is (155,159,206). Sum of RGB (Red+Green+Blue) = 155+159+206=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FCE is #646031. Grayscale: #A2A2A2. Windows color (decimal): -6578226 or 13541275. OLE color: 13541275.

HSL color Cylindrical-coordinate representation of color #9B9FCE: hue angle of 235.29º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9FCE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155159206-
CMYK0.250.2300.19
HSL235.29º34.23%70.78%-
HSV(B)235.29º24.76%80.78%-
XYZ37.0636.2263.43-
YUV163.16152.17122.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=29.81%
G=30.58%
B=39.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551592060.250.2300.19235.2934.2370.78
Hex9B9FCE1917013eb2247
Octal233237316312702335342107
Binary1001101110011111110011101100110111010011111010111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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