#9289CD

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

Shades of Blue Bell #9289CD

Tints of Blue Bell #9289CD

Color information

#9289CD (or 0x9289CD) is unknown color: approx Blue Bell. HEX triplet: 92, 89 and CD. RGB value is (146,137,205). Sum of RGB (Red+Green+Blue) = 146+137+205=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9289CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289CD is #6D7632. Grayscale: #939393. Windows color (decimal): -7173683 or 13470098. OLE color: 13470098.

HSL color Cylindrical-coordinate representation of color #9289CD: hue angle of 247.94º 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 #9289CD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146137205-
CMYK0.290.3300.20
HSL247.94º40.48%67.06%-
HSV(B)247.94º33.17%80.39%-
XYZ31.8228.4161.56-
YUV147.44160.48126.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=29.92%
G=28.07%
B=42.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461372050.290.3300.20247.9440.4867.06
Hex9289CD1D21014f82843
Octal222211315354102437050103
Binary10010010100010011100110111101100001010100111110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9289CD; }

 p { color: rgb(146,137,205); }

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

<style>
 a { background-color: #9289CD; }

 a { background-color: rgb(146,137,205); }

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

<style>
 span { border-color: #9289CD; }

 span { border-color: rgb(146,137,205); }

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