#9293CE

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

Shades of Blue Bell #9293CE

Tints of Blue Bell #9293CE

Color information

#9293CE (or 0x9293CE) is unknown color: approx Blue Bell. HEX triplet: 92, 93 and CE. RGB value is (146,147,206). Sum of RGB (Red+Green+Blue) = 146+147+206=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #9293CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293CE is #6D6C31. Grayscale: #999999. Windows color (decimal): -7171122 or 13538194. OLE color: 13538194.

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

Color convert

RGB146147206-
CMYK0.290.2900.19
HSL239º37.97%69.02%-
HSV(B)239º29.13%80.78%-
XYZ33.4331.4362.7-
YUV153.43157.67122.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=29.26%
G=29.46%
B=41.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461472060.290.2900.1923937.9769.02
Hex9293CE1D1D013ef2645
Octal222223316353502335746105
Binary1001001010010011110011101110111101010011111011111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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