#9A99CC

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

Shades of Blue Bell #9A99CC

Tints of Blue Bell #9A99CC

Color information

#9A99CC (or 0x9A99CC) is unknown color: approx Blue Bell. HEX triplet: 9A, 99 and CC. RGB value is (154,153,204). Sum of RGB (Red+Green+Blue) = 154+153+204=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99CC is #656633. Grayscale: #9E9E9E. Windows color (decimal): -6645300 or 13408666. OLE color: 13408666.

HSL color Cylindrical-coordinate representation of color #9A99CC: hue angle of 241.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A99CC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154153204-
CMYK0.250.2500.2
HSL241.18º33.33%70%-
HSV(B)241.18º25%80%-
XYZ35.6234.0161.81-
YUV159.11153.33124.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=30.14%
G=29.94%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541532040.250.2500.2241.1833.3370
Hex9A99CC1919014f12146
Octal232231314313102436141106
Binary1001101010011001110011001100111001010100111100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,153,204); }

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

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

 a { background-color: rgb(154,153,204); }

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

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

 span { border-color: rgb(154,153,204); }

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