#9A8BDD

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

Shades of Blue Bell #9A8BDD

Tints of Blue Bell #9A8BDD

Color information

#9A8BDD (or 0x9A8BDD) is unknown color: approx Blue Bell. HEX triplet: 9A, 8B and DD. RGB value is (154,139,221). Sum of RGB (Red+Green+Blue) = 154+139+221=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BDD is #657422. Grayscale: #989898. Windows color (decimal): -6648867 or 14519194. OLE color: 14519194.

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

Color convert

RGB154139221-
CMYK0.300.3700.13
HSL250.98º54.67%70.59%-
HSV(B)250.98º37.1%86.67%-
XYZ35.6130.5672.43-
YUV152.83166.47128.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=29.96%
G=27.04%
B=43.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541392210.300.3700.13250.9854.6770.59
Hex9A8BDD1E250Dfb3747
Octal232213335364501537367107
Binary1001101010001011110111011111010010101101111110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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