#9990CD

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

Shades of Blue Bell #9990CD

Tints of Blue Bell #9990CD

Color information

#9990CD (or 0x9990CD) is unknown color: approx Blue Bell. HEX triplet: 99, 90 and CD. RGB value is (153,144,205). Sum of RGB (Red+Green+Blue) = 153+144+205=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9990CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990CD is #666F32. Grayscale: #999999. Windows color (decimal): -6713139 or 13471897. OLE color: 13471897.

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

Color convert

RGB153144205-
CMYK0.250.3000.20
HSL248.85º37.89%68.43%-
HSV(B)248.85º29.76%80.39%-
XYZ34.1331.1361.97-
YUV153.64156.98127.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=30.48%
G=28.69%
B=40.84%

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
Decimal1531442050.250.3000.20248.8537.8968.43
Hex9990CD191E014f92644
Octal231220315313602437146104
Binary1001100110010000110011011100111110010100111110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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