#9991CA

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

Shades of Blue Bell #9991CA

Tints of Blue Bell #9991CA

Color information

#9991CA (or 0x9991CA) is unknown color: approx Blue Bell. HEX triplet: 99, 91 and CA. RGB value is (153,145,202). Sum of RGB (Red+Green+Blue) = 153+145+202=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9991CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991CA is #666E35. Grayscale: #999999. Windows color (decimal): -6712886 or 13275545. OLE color: 13275545.

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

Color convert

RGB153145202-
CMYK0.240.2800.21
HSL248.42º34.97%68.04%-
HSV(B)248.42º28.22%79.22%-
XYZ33.9231.2960.13-
YUV153.89155.15127.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=30.6%
G=29%
B=40.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531452020.240.2800.21248.4234.9768.04
Hex9991CA181C015f82344
Octal231221312303402537043104
Binary1001100110010001110010101100011100010101111110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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