#9A99CE

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

Shades of Blue Bell #9A99CE

Tints of Blue Bell #9A99CE

Color information

#9A99CE (or 0x9A99CE) is unknown color: approx Blue Bell. HEX triplet: 9A, 99 and CE. RGB value is (154,153,206). Sum of RGB (Red+Green+Blue) = 154+153+206=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99CE is #656631. Grayscale: #9F9F9F. Windows color (decimal): -6645298 or 13539738. OLE color: 13539738.

HSL color Cylindrical-coordinate representation of color #9A99CE: hue angle of 241.13º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A99CE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154153206-
CMYK0.250.2600.19
HSL241.13º35.1%70.39%-
HSV(B)241.13º25.73%80.78%-
XYZ35.8634.1163.09-
YUV159.34154.33124.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=30.02%
G=29.82%
B=40.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541532060.250.2600.19241.1335.170.39
Hex9A99CE191A013f12346
Octal232231316313202336143106
Binary1001101010011001110011101100111010010011111100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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