#9493BF

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

Shades of Blue Bell #9493BF

Tints of Blue Bell #9493BF

Color information

#9493BF (or 0x9493BF) is unknown color: approx Blue Bell. HEX triplet: 94, 93 and BF. RGB value is (148,147,191). Sum of RGB (Red+Green+Blue) = 148+147+191=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #9493BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493BF is #6B6C40. Grayscale: #989898. Windows color (decimal): -7040065 or 12555156. OLE color: 12555156.

HSL color Cylindrical-coordinate representation of color #9493BF: hue angle of 241.36º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9493BF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148147191-
CMYK0.230.2300.25
HSL241.36º25.58%66.27%-
HSV(B)241.36º23.04%74.9%-
XYZ32.0530.9253.57-
YUV152.32149.83124.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 191 (75% from 255) = 39.30%
R=30.45%
G=30.25%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481471910.230.2300.25241.3625.5866.27
Hex9493BF1717019f11a42
Octal224223277272703136132102
Binary100101001001001110111111101111011101100111110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9493BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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