#9390D5

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

Shades of Blue Bell #9390D5

Tints of Blue Bell #9390D5

Color information

#9390D5 (or 0x9390D5) is unknown color: approx Blue Bell. HEX triplet: 93, 90 and D5. RGB value is (147,144,213). Sum of RGB (Red+Green+Blue) = 147+144+213=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #9390D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390D5 is #6C6F2A. Grayscale: #989898. Windows color (decimal): -7106347 or 13996179. OLE color: 13996179.

HSL color Cylindrical-coordinate representation of color #9390D5: hue angle of 242.61º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9390D5 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147144213-
CMYK0.310.3200.16
HSL242.61º45.1%70%-
HSV(B)242.61º32.39%83.53%-
XYZ34.0230.9567.13-
YUV152.76161.99123.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=29.17%
G=28.57%
B=42.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471442130.310.3200.16242.6145.170
Hex9390D51F20010f32d46
Octal223220325374002036355106
Binary10010011100100001101010111111100000010000111100111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9390D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9390D5; }

 p { color: rgb(147,144,213); }

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

<style>
 a { background-color: #9390D5; }

 a { background-color: rgb(147,144,213); }

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

<style>
 span { border-color: #9390D5; }

 span { border-color: rgb(147,144,213); }

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