#9B99DF

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

Shades of Blue Bell #9B99DF

Tints of Blue Bell #9B99DF

Color information

#9B99DF (or 0x9B99DF) is unknown color: approx Blue Bell. HEX triplet: 9B, 99 and DF. RGB value is (155,153,223). Sum of RGB (Red+Green+Blue) = 155+153+223=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99DF is #646620. Grayscale: #A1A1A1. Windows color (decimal): -6579745 or 14653851. OLE color: 14653851.

HSL color Cylindrical-coordinate representation of color #9B99DF: hue angle of 241.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B99DF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155153223-
CMYK0.300.3100.13
HSL241.71º52.24%73.73%-
HSV(B)241.71º31.39%87.45%-
XYZ38.2335.0874.57-
YUV161.58162.66123.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=29.19%
G=28.81%
B=42.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551532230.300.3100.13241.7152.2473.73
Hex9B99DF1E1F0Df2344a
Octal233231337363701536264112
Binary100110111001100111011111111101111101101111100101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,153,223); }

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

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

 a { background-color: rgb(155,153,223); }

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

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

 span { border-color: rgb(155,153,223); }

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