#9A90CD

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

Shades of Blue Bell #9A90CD

Tints of Blue Bell #9A90CD

Color information

#9A90CD (or 0x9A90CD) is unknown color: approx Blue Bell. HEX triplet: 9A, 90 and CD. RGB value is (154,144,205). Sum of RGB (Red+Green+Blue) = 154+144+205=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90CD is #656F32. Grayscale: #999999. Windows color (decimal): -6647603 or 13471898. OLE color: 13471898.

HSL color Cylindrical-coordinate representation of color #9A90CD: hue angle of 249.84º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A90CD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154144205-
CMYK0.250.3000.20
HSL249.84º37.89%68.43%-
HSV(B)249.84º29.76%80.39%-
XYZ34.3231.2261.98-
YUV153.94156.81128.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=30.62%
G=28.63%
B=40.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541442050.250.3000.20249.8437.8968.43
Hex9A90CD191E014fa2644
Octal232220315313602437246104
Binary1001101010010000110011011100111110010100111110101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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