#9096CE

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

Shades of Blue Bell #9096CE

Tints of Blue Bell #9096CE

Color information

#9096CE (or 0x9096CE) is unknown color: approx Blue Bell. HEX triplet: 90, 96 and CE. RGB value is (144,150,206). Sum of RGB (Red+Green+Blue) = 144+150+206=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #9096CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096CE is #6F6931. Grayscale: #9A9A9A. Windows color (decimal): -7301426 or 13538960. OLE color: 13538960.

HSL color Cylindrical-coordinate representation of color #9096CE: hue angle of 234.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9096CE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144150206-
CMYK0.300.2700.19
HSL234.19º38.75%68.63%-
HSV(B)234.19º30.1%80.78%-
XYZ33.5532.262.84-
YUV154.59157.01120.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.8%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=28.8%
G=30%
B=41.2%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441502060.300.2700.19234.1938.7568.63
Hex9096CE1E1B013ea2745
Octal220226316363302335247105
Binary1001000010010110110011101111011011010011111010101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,150,206); }

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

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

 a { background-color: rgb(144,150,206); }

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

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

 span { border-color: rgb(144,150,206); }

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