#9A8FDB

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

Shades of Blue Bell #9A8FDB

Tints of Blue Bell #9A8FDB

Color information

#9A8FDB (or 0x9A8FDB) is unknown color: approx Blue Bell. HEX triplet: 9A, 8F and DB. RGB value is (154,143,219). Sum of RGB (Red+Green+Blue) = 154+143+219=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FDB is #657024. Grayscale: #9A9A9A. Windows color (decimal): -6647845 or 14389146. OLE color: 14389146.

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

Color convert

RGB154143219-
CMYK0.300.3500.14
HSL248.68º51.35%70.98%-
HSV(B)248.68º34.7%85.88%-
XYZ35.9431.6371.23-
YUV154.95164.14127.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=29.84%
G=27.71%
B=42.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541432190.300.3500.14248.6851.3570.98
Hex9A8FDB1E230Ef93347
Octal232217333364301637163107
Binary1001101010001111110110111111010001101110111110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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