#9995DF

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

Shades of Blue Bell #9995DF

Tints of Blue Bell #9995DF

Color information

#9995DF (or 0x9995DF) is unknown color: approx Blue Bell. HEX triplet: 99, 95 and DF. RGB value is (153,149,223). Sum of RGB (Red+Green+Blue) = 153+149+223=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9995DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995DF is #666A20. Grayscale: #9E9E9E. Windows color (decimal): -6711841 or 14652825. OLE color: 14652825.

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

Color convert

RGB153149223-
CMYK0.310.3300.13
HSL243.24º53.62%72.94%-
HSV(B)243.24º33.18%87.45%-
XYZ37.233.5974.34-
YUV158.63164.33123.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=29.14%
G=28.38%
B=42.48%

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
Decimal1531492230.310.3300.13243.2453.6272.94
Hex9995DF1F210Df33649
Octal231225337374101536366111
Binary1001100110010101110111111111110000101101111100111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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