#9288cc

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

Shades of Blue Bell #9288CC

Tints of Blue Bell #9288CC

Color information

#9288CC (or 0x9288CC) is unknown color: approx Blue Bell. HEX triplet: 92, 88 and CC. RGB value is (146,136,204). Sum of RGB (Red+Green+Blue) = 146+136+204=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9288CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288CC is #6D7733. Grayscale: #929292. Windows color (decimal): -7173940 or 13404306. OLE color: 13404306.

HSL color Cylindrical-coordinate representation of color #9288CC: hue angle of 248.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9288CC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146136204-
CMYK0.280.3300.2
HSL248.82º40%66.67%-
HSV(B)248.82º33.33%80%-
XYZ31.5628.0860.88-
YUV146.74160.31127.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=30.04%
G=27.98%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461362040.280.3300.2248.824066.67
Hex9288CC1C21014f92843
Octal222210314344102437150103
Binary10010010100010001100110011100100001010100111110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9288cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9288cc; }

 p { color: rgb(146,136,204); }

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

<style>
 a { background-color: #9288cc; }

 a { background-color: rgb(146,136,204); }

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

<style>
 span { border-color: #9288cc; }

 span { border-color: rgb(146,136,204); }

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