#9891DD

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

Shades of Blue Bell #9891DD

Tints of Blue Bell #9891DD

Color information

#9891DD (or 0x9891DD) is unknown color: approx Blue Bell. HEX triplet: 98, 91 and DD. RGB value is (152,145,221). Sum of RGB (Red+Green+Blue) = 152+145+221=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9891DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9891DD is #676E22. Grayscale: #9B9B9B. Windows color (decimal): -6778403 or 14520728. OLE color: 14520728.

HSL color Cylindrical-coordinate representation of color #9891DD: hue angle of 245.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9891DD is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152145221-
CMYK0.310.3400.13
HSL245.53º52.78%71.76%-
HSV(B)245.53º34.39%86.67%-
XYZ36.1332.1572.71-
YUV155.76164.82125.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=29.34%
G=27.99%
B=42.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521452210.310.3400.13245.5352.7871.76
Hex9891DD1F220Df63548
Octal230221335374201536665110
Binary1001100010010001110111011111110001001101111101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9891DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9891DD; }

 p { color: rgb(152,145,221); }

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

<style>
 a { background-color: #9891DD; }

 a { background-color: rgb(152,145,221); }

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

<style>
 span { border-color: #9891DD; }

 span { border-color: rgb(152,145,221); }

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