#9993D0

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

Shades of Blue Bell #9993D0

Tints of Blue Bell #9993D0

Color information

#9993D0 (or 0x9993D0) is unknown color: approx Blue Bell. HEX triplet: 99, 93 and D0. RGB value is (153,147,208). Sum of RGB (Red+Green+Blue) = 153+147+208=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #9993D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993D0 is #666C2F. Grayscale: #9B9B9B. Windows color (decimal): -6712368 or 13669273. OLE color: 13669273.

HSL color Cylindrical-coordinate representation of color #9993D0: hue angle of 245.9º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9993D0 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153147208-
CMYK0.260.2900.18
HSL245.9º39.35%69.61%-
HSV(B)245.9º29.33%81.57%-
XYZ34.9632.1964.05-
YUV155.75157.49126.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=30.12%
G=28.94%
B=40.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531472080.260.2900.18245.939.3569.61
Hex9993D01A1D012f62746
Octal231223320323502236647106
Binary1001100110010011110100001101011101010010111101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9993D0; }

 p { color: rgb(153,147,208); }

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

<style>
 a { background-color: #9993D0; }

 a { background-color: rgb(153,147,208); }

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

<style>
 span { border-color: #9993D0; }

 span { border-color: rgb(153,147,208); }

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