#9298BE

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

Shades of Blue Bell #9298BE

Tints of Blue Bell #9298BE

Color information

#9298BE (or 0x9298BE) is unknown color: approx Blue Bell. HEX triplet: 92, 98 and BE. RGB value is (146,152,190). Sum of RGB (Red+Green+Blue) = 146+152+190=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9298BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298BE is #6D6741. Grayscale: #9A9A9A. Windows color (decimal): -7169858 or 12490898. OLE color: 12490898.

HSL color Cylindrical-coordinate representation of color #9298BE: hue angle of 231.82º 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 #9298BE is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146152190-
CMYK0.230.200.25
HSL231.82º25.29%65.88%-
HSV(B)231.82º23.16%74.51%-
XYZ32.3832.2953.24-
YUV154.54148.01121.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=29.92%
G=31.15%
B=38.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461521900.230.200.25231.8225.2965.88
Hex9298BE1714019e81942
Octal222230276272403135031102
Binary100100101001100010111110101111010001100111101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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