#9299BF

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

Shades of Blue Bell #9299BF

Tints of Blue Bell #9299BF

Color information

#9299BF (or 0x9299BF) is unknown color: approx Blue Bell. HEX triplet: 92, 99 and BF. RGB value is (146,153,191). Sum of RGB (Red+Green+Blue) = 146+153+191=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9299BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BF is #6D6640. Grayscale: #9B9B9B. Windows color (decimal): -7169601 or 12556690. OLE color: 12556690.

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

Color convert

RGB146153191-
CMYK0.240.2000.25
HSL230.67º26.01%66.08%-
HSV(B)230.67º23.56%74.9%-
XYZ32.6532.6653.87-
YUV155.24148.18121.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 191 (75% from 255) = 38.98%
R=29.80%
G=31.22%
B=38.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461531910.240.2000.25230.6726.0166.08
Hex9299BF1814019e71a42
Octal222231277302403134732102
Binary100100101001100110111111110001010001100111100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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