#9A8DEA

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

Shades of Blue Bell #9A8DEA

Tints of Blue Bell #9A8DEA

Color information

#9A8DEA (or 0x9A8DEA) is unknown color: approx Blue Bell. HEX triplet: 9A, 8D and EA. RGB value is (154,141,234). Sum of RGB (Red+Green+Blue) = 154+141+234=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A8DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DEA is #657215. Grayscale: #9B9B9B. Windows color (decimal): -6648342 or 15371674. OLE color: 15371674.

HSL color Cylindrical-coordinate representation of color #9A8DEA: hue angle of 248.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A8DEA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154141234-
CMYK0.340.4000.08
HSL248.39º68.89%73.53%-
HSV(B)248.39º39.74%91.76%-
XYZ37.731.8682-
YUV155.49172.31126.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=29.11%
G=26.65%
B=44.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541412340.340.4000.08248.3968.8973.53
Hex9A8DEA222808f8454a
Octal2322153524250010370105112
Binary100110101000110111101010100010101000010001111100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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