#9990CA

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

Shades of Blue Bell #9990CA

Tints of Blue Bell #9990CA

Color information

#9990CA (or 0x9990CA) is unknown color: approx Blue Bell. HEX triplet: 99, 90 and CA. RGB value is (153,144,202). Sum of RGB (Red+Green+Blue) = 153+144+202=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9990CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CA is #666F35. Grayscale: #999999. Windows color (decimal): -6713142 or 13275289. OLE color: 13275289.

HSL color Cylindrical-coordinate representation of color #9990CA: hue angle of 249.31º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9990CA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153144202-
CMYK0.240.2900.21
HSL249.31º35.37%67.84%-
HSV(B)249.31º28.71%79.22%-
XYZ33.7730.9860.08-
YUV153.3155.48127.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=30.66%
G=28.86%
B=40.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531442020.240.2900.21249.3135.3767.84
Hex9990CA181D015f92344
Octal231220312303502537143104
Binary1001100110010000110010101100011101010101111110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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