#9A8FDD

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

Shades of Blue Bell #9A8FDD

Tints of Blue Bell #9A8FDD

Color information

#9A8FDD (or 0x9A8FDD) is unknown color: approx Blue Bell. HEX triplet: 9A, 8F and DD. RGB value is (154,143,221). Sum of RGB (Red+Green+Blue) = 154+143+221=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FDD is #657022. Grayscale: #9A9A9A. Windows color (decimal): -6647843 or 14520218. OLE color: 14520218.

HSL color Cylindrical-coordinate representation of color #9A8FDD: hue angle of 248.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8FDD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154143221-
CMYK0.300.3500.13
HSL248.46º53.42%71.37%-
HSV(B)248.46º35.29%86.67%-
XYZ36.231.7472.62-
YUV155.18165.14127.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.73%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=29.73%
G=27.61%
B=42.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541432210.300.3500.13248.4653.4271.37
Hex9A8FDD1E230Df83547
Octal232217335364301537065107
Binary1001101010001111110111011111010001101101111110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,143,221); }

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

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

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

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

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

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

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