#9098BF

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

Shades of Blue Bell #9098BF

Tints of Blue Bell #9098BF

Color information

#9098BF (or 0x9098BF) is unknown color: approx Blue Bell. HEX triplet: 90, 98 and BF. RGB value is (144,152,191). Sum of RGB (Red+Green+Blue) = 144+152+191=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #9098BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098BF is #6F6740. Grayscale: #999999. Windows color (decimal): -7300929 or 12556432. OLE color: 12556432.

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

Color convert

RGB144152191-
CMYK0.250.2000.25
HSL229.79º26.86%65.69%-
HSV(B)229.79º24.61%74.9%-
XYZ32.1332.1553.8-
YUV154.05148.85120.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 191 (75% from 255) = 39.22%
R=29.57%
G=31.21%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441521910.250.2000.25229.7926.8665.69
Hex9098BF1914019e61b42
Octal220230277312403134633102
Binary100100001001100010111111110011010001100111100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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