#9890DC

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

Shades of Blue Bell #9890DC

Tints of Blue Bell #9890DC

Color information

#9890DC (or 0x9890DC) is unknown color: approx Blue Bell. HEX triplet: 98, 90 and DC. RGB value is (152,144,220). Sum of RGB (Red+Green+Blue) = 152+144+220=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #9890DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890DC is #676F23. Grayscale: #9A9A9A. Windows color (decimal): -6778660 or 14454936. OLE color: 14454936.

HSL color Cylindrical-coordinate representation of color #9890DC: hue angle of 246.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9890DC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152144220-
CMYK0.310.3500.14
HSL246.32º52.05%71.37%-
HSV(B)246.32º34.55%86.27%-
XYZ35.8431.7971.96-
YUV155.06164.65125.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=29.46%
G=27.91%
B=42.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521442200.310.3500.14246.3252.0571.37
Hex9890DC1F230Ef63447
Octal230220334374301636664107
Binary1001100010010000110111001111110001101110111101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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