#9493CE

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

Shades of Blue Bell #9493CE

Tints of Blue Bell #9493CE

Color information

#9493CE (or 0x9493CE) is unknown color: approx Blue Bell. HEX triplet: 94, 93 and CE. RGB value is (148,147,206). Sum of RGB (Red+Green+Blue) = 148+147+206=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #9493CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493CE is #6B6C31. Grayscale: #999999. Windows color (decimal): -7040050 or 13538196. OLE color: 13538196.

HSL color Cylindrical-coordinate representation of color #9493CE: hue angle of 241.02º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9493CE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148147206-
CMYK0.280.2900.19
HSL241.02º37.58%69.22%-
HSV(B)241.02º28.64%80.78%-
XYZ33.7931.6262.71-
YUV154.02157.33123.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=29.54%
G=29.34%
B=41.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481472060.280.2900.19241.0237.5869.22
Hex9493CE1C1D013f12645
Octal224223316343502336146105
Binary1001010010010011110011101110011101010011111100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9493CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9493CE; }

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

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

<style>
 a { background-color: #9493CE; }

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

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

<style>
 span { border-color: #9493CE; }

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

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