#9895DD

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

Shades of Blue Bell #9895DD

Tints of Blue Bell #9895DD

Color information

#9895DD (or 0x9895DD) is unknown color: approx Blue Bell. HEX triplet: 98, 95 and DD. RGB value is (152,149,221). Sum of RGB (Red+Green+Blue) = 152+149+221=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #9895DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895DD is #676A22. Grayscale: #9D9D9D. Windows color (decimal): -6777379 or 14521752. OLE color: 14521752.

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

Color convert

RGB152149221-
CMYK0.310.3300.13
HSL242.5º51.43%72.55%-
HSV(B)242.5º32.58%86.67%-
XYZ36.7533.3972.91-
YUV158.11163.49123.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=29.12%
G=28.54%
B=42.34%

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
Decimal1521492210.310.3300.13242.551.4372.55
Hex9895DD1F210Df23349
Octal230225335374101536263111
Binary1001100010010101110111011111110000101101111100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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