#9394D0

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

Shades of Blue Bell #9394D0

Tints of Blue Bell #9394D0

Color information

#9394D0 (or 0x9394D0) is unknown color: approx Blue Bell. HEX triplet: 93, 94 and D0. RGB value is (147,148,208). Sum of RGB (Red+Green+Blue) = 147+148+208=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #9394D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394D0 is #6C6B2F. Grayscale: #9A9A9A. Windows color (decimal): -7105328 or 13669523. OLE color: 13669523.

HSL color Cylindrical-coordinate representation of color #9394D0: hue angle of 239.02º 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 #9394D0 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147148208-
CMYK0.290.2900.18
HSL239.02º39.35%69.61%-
HSV(B)239.02º29.33%81.57%-
XYZ34.0131.9464.05-
YUV154.54158.17122.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=29.22%
G=29.42%
B=41.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471482080.290.2900.18239.0239.3569.61
Hex9394D01D1D012ef2746
Octal223224320353502235747106
Binary1001001110010100110100001110111101010010111011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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