#9298BD

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

Shades of Blue Bell #9298BD

Tints of Blue Bell #9298BD

Color information

#9298BD (or 0x9298BD) is unknown color: approx Blue Bell. HEX triplet: 92, 98 and BD. RGB value is (146,152,189). Sum of RGB (Red+Green+Blue) = 146+152+189=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #9298BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298BD is #6D6742. Grayscale: #9A9A9A. Windows color (decimal): -7169859 or 12425362. OLE color: 12425362.

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

Color convert

RGB146152189-
CMYK0.230.2000.26
HSL231.63º24.57%65.69%-
HSV(B)231.63º22.75%74.12%-
XYZ32.2732.2452.67-
YUV154.42147.51121.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=29.98%
G=31.21%
B=38.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461521890.230.2000.26231.6324.5765.69
Hex9298BD171401Ae81942
Octal222230275272403235031102
Binary100100101001100010111101101111010001101011101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9298BD; }

 p { color: rgb(146,152,189); }

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

<style>
 a { background-color: #9298BD; }

 a { background-color: rgb(146,152,189); }

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

<style>
 span { border-color: #9298BD; }

 span { border-color: rgb(146,152,189); }

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