#9A8DDC

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

Shades of Blue Bell #9A8DDC

Tints of Blue Bell #9A8DDC

Color information

#9A8DDC (or 0x9A8DDC) is unknown color: approx Blue Bell. HEX triplet: 9A, 8D and DC. RGB value is (154,141,220). Sum of RGB (Red+Green+Blue) = 154+141+220=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DDC is #657223. Grayscale: #999999. Windows color (decimal): -6648356 or 14454170. OLE color: 14454170.

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

Color convert

RGB154141220-
CMYK0.30.3600.14
HSL249.87º53.02%70.78%-
HSV(B)249.87º35.91%86.27%-
XYZ35.7731.0971.83-
YUV153.89165.31128.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=29.90%
G=27.38%
B=42.72%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541412200.30.3600.14249.8753.0270.78
Hex9A8DDC1E240Efa3547
Octal232215334364401637265107
Binary1001101010001101110111001111010010001110111110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,141,220); }

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

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

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

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

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

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

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