#9A90CC

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

Shades of Blue Bell #9A90CC

Tints of Blue Bell #9A90CC

Color information

#9A90CC (or 0x9A90CC) is unknown color: approx Blue Bell. HEX triplet: 9A, 90 and CC. RGB value is (154,144,204). Sum of RGB (Red+Green+Blue) = 154+144+204=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90CC is #656F33. Grayscale: #999999. Windows color (decimal): -6647604 or 13406362. OLE color: 13406362.

HSL color Cylindrical-coordinate representation of color #9A90CC: hue angle of 250º degrees, saturation: 0.37, 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 #9A90CC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154144204-
CMYK0.250.2900.2
HSL250º37.04%68.24%-
HSV(B)250º29.41%80%-
XYZ34.231.1861.34-
YUV153.83156.31128.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=30.68%
G=28.69%
B=40.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541442040.250.2900.225037.0468.24
Hex9A90CC191D014fa2544
Octal232220314313502437245104
Binary1001101010010000110011001100111101010100111110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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