#9996DA

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

Shades of Blue Bell #9996DA

Tints of Blue Bell #9996DA

Color information

#9996DA (or 0x9996DA) is unknown color: approx Blue Bell. HEX triplet: 99, 96 and DA. RGB value is (153,150,218). Sum of RGB (Red+Green+Blue) = 153+150+218=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #9996DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996DA is #666925. Grayscale: #9E9E9E. Windows color (decimal): -6711590 or 14325401. OLE color: 14325401.

HSL color Cylindrical-coordinate representation of color #9996DA: hue angle of 242.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9996DA is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153150218-
CMYK0.300.3100.15
HSL242.65º47.89%72.16%-
HSV(B)242.65º31.19%85.49%-
XYZ36.733.6570.89-
YUV158.65161.49123.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=29.37%
G=28.79%
B=41.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531502180.300.3100.15242.6547.8972.16
Hex9996DA1E1F0Ff33048
Octal231226332363701736360110
Binary100110011001011011011010111101111101111111100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9996DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9996DA; }

 p { color: rgb(153,150,218); }

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

<style>
 a { background-color: #9996DA; }

 a { background-color: rgb(153,150,218); }

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

<style>
 span { border-color: #9996DA; }

 span { border-color: rgb(153,150,218); }

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