#9A90CB

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

Shades of Blue Bell #9A90CB

Tints of Blue Bell #9A90CB

Color information

#9A90CB (or 0x9A90CB) is unknown color: approx Blue Bell. HEX triplet: 9A, 90 and CB. RGB value is (154,144,203). Sum of RGB (Red+Green+Blue) = 154+144+203=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90CB is #656F34. Grayscale: #999999. Windows color (decimal): -6647605 or 13340826. OLE color: 13340826.

HSL color Cylindrical-coordinate representation of color #9A90CB: hue angle of 250.17º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A90CB is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154144203-
CMYK0.240.2900.20
HSL250.17º36.2%68.04%-
HSV(B)250.17º29.06%79.61%-
XYZ34.0831.1360.71-
YUV153.72155.81128.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=30.74%
G=28.74%
B=40.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541442030.240.2900.20250.1736.268.04
Hex9A90CB181D014fa2444
Octal232220313303502437244104
Binary1001101010010000110010111100011101010100111110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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