#9A9AD3

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

Shades of Blue Bell #9A9AD3

Tints of Blue Bell #9A9AD3

Color information

#9A9AD3 (or 0x9A9AD3) is unknown color: approx Blue Bell. HEX triplet: 9A, 9A and D3. RGB value is (154,154,211). Sum of RGB (Red+Green+Blue) = 154+154+211=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A9AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9AD3 is #65652C. Grayscale: #A0A0A0. Windows color (decimal): -6645037 or 13867674. OLE color: 13867674.

HSL color Cylindrical-coordinate representation of color #9A9AD3: hue angle of 240º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A9AD3 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB154154211-
CMYK0.270.2700.17
HSL240º39.31%71.57%-
HSV(B)240º27.01%82.75%-
XYZ36.6434.6866.39-
YUV160.5156.5123.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=29.67%
G=29.67%
B=40.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1541542110.270.2700.1724039.3171.57
Hex9A9AD31B1B011f02748
Octal232232323333302136047110
Binary1001101010011010110100111101111011010001111100001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,154,211); }

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

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

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

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

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

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

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