#9890D1

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

Shades of Blue Bell #9890D1

Tints of Blue Bell #9890D1

Color information

#9890D1 (or 0x9890D1) is unknown color: approx Blue Bell. HEX triplet: 98, 90 and D1. RGB value is (152,144,209). Sum of RGB (Red+Green+Blue) = 152+144+209=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #9890D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890D1 is #676F2E. Grayscale: #999999. Windows color (decimal): -6778671 or 13734040. OLE color: 13734040.

HSL color Cylindrical-coordinate representation of color #9890D1: hue angle of 247.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9890D1 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152144209-
CMYK0.270.3100.18
HSL247.38º41.4%69.22%-
HSV(B)247.38º31.1%81.96%-
XYZ34.4331.2364.53-
YUV153.8159.15126.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=30.10%
G=28.51%
B=41.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521442090.270.3100.18247.3841.469.22
Hex9890D11B1F012f72945
Octal230220321333702236751105
Binary1001100010010000110100011101111111010010111101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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