#9A90EB

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

Shades of Blue Bell #9A90EB

Tints of Blue Bell #9A90EB

Color information

#9A90EB (or 0x9A90EB) is unknown color: approx Blue Bell. HEX triplet: 9A, 90 and EB. RGB value is (154,144,235). Sum of RGB (Red+Green+Blue) = 154+144+235=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A90EB is #656F14. Grayscale: #9D9D9D. Windows color (decimal): -6647573 or 15437978. OLE color: 15437978.

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

Color convert

RGB154144235-
CMYK0.340.3900.08
HSL246.59º69.47%74.31%-
HSV(B)246.59º38.72%92.16%-
XYZ38.332.8182.91-
YUV157.36171.81125.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.89%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=28.89%
G=27.02%
B=44.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541442350.340.3900.08246.5969.4774.31
Hex9A90EB222708f7454a
Octal2322203534247010367105112
Binary100110101001000011101011100010100111010001111011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,144,235); }

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

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

 a { background-color: rgb(154,144,235); }

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

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

 span { border-color: rgb(154,144,235); }

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