#9A8FDC

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

Shades of Blue Bell #9A8FDC

Tints of Blue Bell #9A8FDC

Color information

#9A8FDC (or 0x9A8FDC) is unknown color: approx Blue Bell. HEX triplet: 9A, 8F and DC. RGB value is (154,143,220). Sum of RGB (Red+Green+Blue) = 154+143+220=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FDC is #657023. Grayscale: #9A9A9A. Windows color (decimal): -6647844 or 14454682. OLE color: 14454682.

HSL color Cylindrical-coordinate representation of color #9A8FDC: hue angle of 248.57º degrees, saturation: 0.52, 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 #9A8FDC is Cyan = 0.3, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154143220-
CMYK0.30.3500.14
HSL248.57º52.38%71.18%-
HSV(B)248.57º35%86.27%-
XYZ36.0731.6871.92-
YUV155.07164.64127.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=29.79%
G=27.66%
B=42.55%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541432200.30.3500.14248.5752.3871.18
Hex9A8FDC1E230Ef93447
Octal232217334364301637164107
Binary1001101010001111110111001111010001101110111110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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