#9A8DDE

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

Shades of Blue Bell #9A8DDE

Tints of Blue Bell #9A8DDE

Color information

#9A8DDE (or 0x9A8DDE) is unknown color: approx Blue Bell. HEX triplet: 9A, 8D and DE. RGB value is (154,141,222). Sum of RGB (Red+Green+Blue) = 154+141+222=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A8DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DDE is #657221. Grayscale: #999999. Windows color (decimal): -6648354 or 14585242. OLE color: 14585242.

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

Color convert

RGB154141222-
CMYK0.310.3600.13
HSL249.63º55.1%71.18%-
HSV(B)249.63º36.49%87.06%-
XYZ36.0431.1973.23-
YUV154.12166.31127.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=29.79%
G=27.27%
B=42.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541412220.310.3600.13249.6355.171.18
Hex9A8DDE1F240Dfa3747
Octal232215336374401537267107
Binary1001101010001101110111101111110010001101111110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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