#9995DB

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

Shades of Blue Bell #9995DB

Tints of Blue Bell #9995DB

Color information

#9995DB (or 0x9995DB) is unknown color: approx Blue Bell. HEX triplet: 99, 95 and DB. RGB value is (153,149,219). Sum of RGB (Red+Green+Blue) = 153+149+219=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9995DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995DB is #666A24. Grayscale: #9D9D9D. Windows color (decimal): -6711845 or 14390681. OLE color: 14390681.

HSL color Cylindrical-coordinate representation of color #9995DB: hue angle of 243.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9995DB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153149219-
CMYK0.300.3200.14
HSL243.43º49.3%72.16%-
HSV(B)243.43º31.96%85.88%-
XYZ36.6733.3871.53-
YUV158.18162.33124.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=29.37%
G=28.60%
B=42.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531492190.300.3200.14243.4349.372.16
Hex9995DB1E200Ef33148
Octal231225333364001636361110
Binary1001100110010101110110111111010000001110111100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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