#9A99C2

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

Shades of Blue Bell #9A99C2

Tints of Blue Bell #9A99C2

Color information

#9A99C2 (or 0x9A99C2) is unknown color: approx Blue Bell. HEX triplet: 9A, 99 and C2. RGB value is (154,153,194). Sum of RGB (Red+Green+Blue) = 154+153+194=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #9A99C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99C2 is #65663D. Grayscale: #9D9D9D. Windows color (decimal): -6645310 or 12753306. OLE color: 12753306.

HSL color Cylindrical-coordinate representation of color #9A99C2: hue angle of 241.46º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A99C2 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154153194-
CMYK0.210.2100.24
HSL241.46º25.15%68.04%-
HSV(B)241.46º21.13%76.08%-
XYZ34.4633.5555.7-
YUV157.97148.33125.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 194 (76.17% from 255) = 38.72%
R=30.74%
G=30.54%
B=38.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541531940.210.2100.24241.4625.1568.04
Hex9A99C21515018f11944
Octal232231302252503036131104
Binary100110101001100111000010101011010101100011110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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