#9894DD

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

Shades of Blue Bell #9894DD

Tints of Blue Bell #9894DD

Color information

#9894DD (or 0x9894DD) is unknown color: approx Blue Bell. HEX triplet: 98, 94 and DD. RGB value is (152,148,221). Sum of RGB (Red+Green+Blue) = 152+148+221=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9894DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9894DD is #676B22. Grayscale: #9D9D9D. Windows color (decimal): -6777635 or 14521496. OLE color: 14521496.

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

Color convert

RGB152148221-
CMYK0.310.3300.13
HSL243.29º51.77%72.35%-
HSV(B)243.29º33.03%86.67%-
XYZ36.5933.0872.86-
YUV157.52163.83124.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=29.17%
G=28.41%
B=42.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521482210.310.3300.13243.2951.7772.35
Hex9894DD1F210Df33448
Octal230224335374101536364110
Binary1001100010010100110111011111110000101101111100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9894DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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