#9A99DA

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

Shades of Blue Bell #9A99DA

Tints of Blue Bell #9A99DA

Color information

#9A99DA (or 0x9A99DA) is unknown color: approx Blue Bell. HEX triplet: 9A, 99 and DA. RGB value is (154,153,218). Sum of RGB (Red+Green+Blue) = 154+153+218=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99DA is #656625. Grayscale: #A0A0A0. Windows color (decimal): -6645286 or 14326170. OLE color: 14326170.

HSL color Cylindrical-coordinate representation of color #9A99DA: hue angle of 240.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A99DA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154153218-
CMYK0.290.3000.15
HSL240.92º46.76%72.75%-
HSV(B)240.92º29.82%85.49%-
XYZ37.3734.7171.06-
YUV160.71160.33123.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=29.33%
G=29.14%
B=41.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541532180.290.3000.15240.9246.7672.75
Hex9A99DA1D1E0Ff12f49
Octal232231332353601736157111
Binary100110101001100111011010111011111001111111100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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