#9096CD

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

Shades of Blue Bell #9096CD

Tints of Blue Bell #9096CD

Color information

#9096CD (or 0x9096CD) is unknown color: approx Blue Bell. HEX triplet: 90, 96 and CD. RGB value is (144,150,205). Sum of RGB (Red+Green+Blue) = 144+150+205=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #9096CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096CD is #6F6932. Grayscale: #9A9A9A. Windows color (decimal): -7301427 or 13473424. OLE color: 13473424.

HSL color Cylindrical-coordinate representation of color #9096CD: hue angle of 234.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9096CD is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144150205-
CMYK0.300.2700.20
HSL234.1º37.89%68.43%-
HSV(B)234.1º29.76%80.39%-
XYZ33.4332.1562.2-
YUV154.48156.51120.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=28.86%
G=30.06%
B=41.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441502050.300.2700.20234.137.8968.43
Hex9096CD1E1B014ea2644
Octal220226315363302435246104
Binary1001000010010110110011011111011011010100111010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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