#9499BF

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

Shades of Blue Bell #9499BF

Tints of Blue Bell #9499BF

Color information

#9499BF (or 0x9499BF) is unknown color: approx Blue Bell. HEX triplet: 94, 99 and BF. RGB value is (148,153,191). Sum of RGB (Red+Green+Blue) = 148+153+191=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #9499BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499BF is #6B6640. Grayscale: #9B9B9B. Windows color (decimal): -7038529 or 12556692. OLE color: 12556692.

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

Color convert

RGB148153191-
CMYK0.230.2000.25
HSL233.02º25.15%66.47%-
HSV(B)233.02º22.51%74.9%-
XYZ33.0132.8453.89-
YUV155.84147.84122.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 191 (75% from 255) = 38.82%
R=30.08%
G=31.10%
B=38.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481531910.230.2000.25233.0225.1566.47
Hex9499BF1714019e91942
Octal224231277272403135131102
Binary100101001001100110111111101111010001100111101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,153,191); }

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

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

 a { background-color: rgb(148,153,191); }

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

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

 span { border-color: rgb(148,153,191); }

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