#9895DF

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

Shades of Blue Bell #9895DF

Tints of Blue Bell #9895DF

Color information

#9895DF (or 0x9895DF) is unknown color: approx Blue Bell. HEX triplet: 98, 95 and DF. RGB value is (152,149,223). Sum of RGB (Red+Green+Blue) = 152+149+223=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9895DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895DF is #676A20. Grayscale: #9E9E9E. Windows color (decimal): -6777377 or 14652824. OLE color: 14652824.

HSL color Cylindrical-coordinate representation of color #9895DF: hue angle of 242.43º degrees, saturation: 0.54, 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 #9895DF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152149223-
CMYK0.320.3300.13
HSL242.43º53.62%72.94%-
HSV(B)242.43º33.18%87.45%-
XYZ37.0233.574.33-
YUV158.33164.49123.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=29.01%
G=28.44%
B=42.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521492230.320.3300.13242.4353.6272.94
Hex9895DF20210Df23649
Octal230225337404101536266111
Binary10011000100101011101111110000010000101101111100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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