#9090CD

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

Shades of Blue Bell #9090CD

Tints of Blue Bell #9090CD

Color information

#9090CD (or 0x9090CD) is unknown color: approx Blue Bell. HEX triplet: 90, 90 and CD. RGB value is (144,144,205). Sum of RGB (Red+Green+Blue) = 144+144+205=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9090CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090CD is #6F6F32. Grayscale: #969696. Windows color (decimal): -7302963 or 13471888. OLE color: 13471888.

HSL color Cylindrical-coordinate representation of color #9090CD: hue angle of 240º 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 #9090CD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144144205-
CMYK0.300.3000.20
HSL240º37.89%68.43%-
HSV(B)240º29.76%80.39%-
XYZ32.4930.2861.89-
YUV150.95158.5123.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=29.21%
G=29.21%
B=41.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441442050.300.3000.2024037.8968.43
Hex9090CD1E1E014f02644
Octal220220315363602436046104
Binary1001000010010000110011011111011110010100111100001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9090CD; }

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

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

<style>
 a { background-color: #9090CD; }

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

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

<style>
 span { border-color: #9090CD; }

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

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