#9096BF

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

Shades of Blue Bell #9096BF

Tints of Blue Bell #9096BF

Color information

#9096BF (or 0x9096BF) is unknown color: approx Blue Bell. HEX triplet: 90, 96 and BF. RGB value is (144,150,191). Sum of RGB (Red+Green+Blue) = 144+150+191=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #9096BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096BF is #6F6940. Grayscale: #989898. Windows color (decimal): -7301441 or 12555920. OLE color: 12555920.

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

Color convert

RGB144150191-
CMYK0.250.2100.25
HSL232.34º26.86%65.69%-
HSV(B)232.34º24.61%74.9%-
XYZ31.8131.553.69-
YUV152.88149.51121.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 191 (75% from 255) = 39.38%
R=29.69%
G=30.93%
B=39.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441501910.250.2100.25232.3426.8665.69
Hex9096BF1915019e81b42
Octal220226277312503135033102
Binary100100001001011010111111110011010101100111101000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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