#9890CD

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

Shades of Blue Bell #9890CD

Tints of Blue Bell #9890CD

Color information

#9890CD (or 0x9890CD) is unknown color: approx Blue Bell. HEX triplet: 98, 90 and CD. RGB value is (152,144,205). Sum of RGB (Red+Green+Blue) = 152+144+205=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9890CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890CD is #676F32. Grayscale: #999999. Windows color (decimal): -6778675 or 13471896. OLE color: 13471896.

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

Color convert

RGB152144205-
CMYK0.260.3000.20
HSL247.87º37.89%68.43%-
HSV(B)247.87º29.76%80.39%-
XYZ33.9431.0361.96-
YUV153.35157.15127.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=30.34%
G=28.74%
B=40.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521442050.260.3000.20247.8737.8968.43
Hex9890CD1A1E014f82644
Octal230220315323602437046104
Binary1001100010010000110011011101011110010100111110001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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