#9097BF

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

Shades of Blue Bell #9097BF

Tints of Blue Bell #9097BF

Color information

#9097BF (or 0x9097BF) is unknown color: approx Blue Bell. HEX triplet: 90, 97 and BF. RGB value is (144,151,191). Sum of RGB (Red+Green+Blue) = 144+151+191=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 151 (59.38% from 255 or 31.07% 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 #9097BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097BF is #6F6840. Grayscale: #999999. Windows color (decimal): -7301185 or 12556176. OLE color: 12556176.

HSL color Cylindrical-coordinate representation of color #9097BF: hue angle of 231.06º 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 #9097BF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144151191-
CMYK0.250.2100.25
HSL231.06º26.86%65.69%-
HSV(B)231.06º24.61%74.9%-
XYZ31.9731.8253.75-
YUV153.47149.18121.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 191 (75% from 255) = 39.30%
R=29.63%
G=31.07%
B=39.30%

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
Decimal1441511910.250.2100.25231.0626.8665.69
Hex9097BF1915019e71b42
Octal220227277312503134733102
Binary100100001001011110111111110011010101100111100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9097BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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