#9297BE

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

Shades of Blue Bell #9297BE

Tints of Blue Bell #9297BE

Color information

#9297BE (or 0x9297BE) is unknown color: approx Blue Bell. HEX triplet: 92, 97 and BE. RGB value is (146,151,190). Sum of RGB (Red+Green+Blue) = 146+151+190=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9297BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9297BE is #6D6841. Grayscale: #999999. Windows color (decimal): -7170114 or 12490642. OLE color: 12490642.

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

Color convert

RGB146151190-
CMYK0.230.2100.25
HSL233.18º25.29%65.88%-
HSV(B)233.18º23.16%74.51%-
XYZ32.2131.9653.19-
YUV153.95148.34122.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=29.98%
G=31.01%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461511900.230.2100.25233.1825.2965.88
Hex9297BE1715019e91942
Octal222227276272503135131102
Binary100100101001011110111110101111010101100111101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9297BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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