#9493CC

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

Shades of Blue Bell #9493CC

Tints of Blue Bell #9493CC

Color information

#9493CC (or 0x9493CC) is unknown color: approx Blue Bell. HEX triplet: 94, 93 and CC. RGB value is (148,147,204). Sum of RGB (Red+Green+Blue) = 148+147+204=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9493CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493CC is #6B6C33. Grayscale: #999999. Windows color (decimal): -7040052 or 13407124. OLE color: 13407124.

HSL color Cylindrical-coordinate representation of color #9493CC: hue angle of 241.05º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9493CC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148147204-
CMYK0.270.2800.2
HSL241.05º35.85%68.82%-
HSV(B)241.05º27.94%80%-
XYZ33.5531.5261.44-
YUV153.8156.33123.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=29.66%
G=29.46%
B=40.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481472040.270.2800.2241.0535.8568.82
Hex9493CC1B1C014f12445
Octal224223314333402436144105
Binary1001010010010011110011001101111100010100111100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9493CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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