#9A8DE9

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

Shades of Blue Bell #9A8DE9

Tints of Blue Bell #9A8DE9

Color information

#9A8DE9 (or 0x9A8DE9) is unknown color: approx Blue Bell. HEX triplet: 9A, 8D and E9. RGB value is (154,141,233). Sum of RGB (Red+Green+Blue) = 154+141+233=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A8DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DE9 is #657216. Grayscale: #9B9B9B. Windows color (decimal): -6648343 or 15306138. OLE color: 15306138.

HSL color Cylindrical-coordinate representation of color #9A8DE9: hue angle of 248.48º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A8DE9 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB154141233-
CMYK0.340.3900.09
HSL248.48º67.65%73.33%-
HSV(B)248.48º39.48%91.37%-
XYZ37.5631.881.25-
YUV155.38171.81127.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 233 (91.41% from 255) = 44.13%
R=29.17%
G=26.70%
B=44.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1541412330.340.3900.09248.4867.6573.33
Hex9A8DE9222709f84449
Octal2322153514247011370104111
Binary100110101000110111101001100010100111010011111100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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