#9A8EE5

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

Shades of Blue Bell #9A8EE5

Tints of Blue Bell #9A8EE5

Color information

#9A8EE5 (or 0x9A8EE5) is unknown color: approx Blue Bell. HEX triplet: 9A, 8E and E5. RGB value is (154,142,229). Sum of RGB (Red+Green+Blue) = 154+142+229=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A8EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EE5 is #65711A. Grayscale: #9B9B9B. Windows color (decimal): -6648091 or 15044250. OLE color: 15044250.

HSL color Cylindrical-coordinate representation of color #9A8EE5: hue angle of 248.28º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A8EE5 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB154142229-
CMYK0.330.3800.10
HSL248.28º62.59%72.75%-
HSV(B)248.28º37.99%89.8%-
XYZ37.1431.8778.32-
YUV155.51169.48126.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 229 (89.84% from 255) = 43.62%
R=29.33%
G=27.05%
B=43.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1541422290.330.3800.10248.2862.5972.75
Hex9A8EE521260Af83f49
Octal232216345414601237077111
Binary10011010100011101110010110000110011001010111110001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,142,229); }

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

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

 a { background-color: rgb(154,142,229); }

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

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

 span { border-color: rgb(154,142,229); }

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