#9990CE

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

Shades of Blue Bell #9990CE

Tints of Blue Bell #9990CE

Color information

#9990CE (or 0x9990CE) is unknown color: approx Blue Bell. HEX triplet: 99, 90 and CE. RGB value is (153,144,206). Sum of RGB (Red+Green+Blue) = 153+144+206=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9990CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CE is #666F31. Grayscale: #999999. Windows color (decimal): -6713138 or 13537433. OLE color: 13537433.

HSL color Cylindrical-coordinate representation of color #9990CE: hue angle of 248.71º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9990CE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153144206-
CMYK0.260.3000.19
HSL248.71º38.75%68.63%-
HSV(B)248.71º30.1%80.78%-
XYZ34.2531.1862.6-
YUV153.76157.48127.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=30.42%
G=28.63%
B=40.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531442060.260.3000.19248.7138.7568.63
Hex9990CE1A1E013f92745
Octal231220316323602337147105
Binary1001100110010000110011101101011110010011111110011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9990CE; }

 p { color: rgb(153,144,206); }

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

<style>
 a { background-color: #9990CE; }

 a { background-color: rgb(153,144,206); }

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

<style>
 span { border-color: #9990CE; }

 span { border-color: rgb(153,144,206); }

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