#9294BD

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

Shades of Blue Bell #9294BD

Tints of Blue Bell #9294BD

Color information

#9294BD (or 0x9294BD) is unknown color: approx Blue Bell. HEX triplet: 92, 94 and BD. RGB value is (146,148,189). Sum of RGB (Red+Green+Blue) = 146+148+189=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #9294BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9294BD is #6D6B42. Grayscale: #979797. Windows color (decimal): -7170883 or 12424338. OLE color: 12424338.

HSL color Cylindrical-coordinate representation of color #9294BD: hue angle of 237.21º 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 #9294BD is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146148189-
CMYK0.230.2200.26
HSL237.21º24.57%65.69%-
HSV(B)237.21º22.75%74.12%-
XYZ31.6330.9652.45-
YUV152.08148.84123.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=30.23%
G=30.64%
B=39.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461481890.230.2200.26237.2124.5765.69
Hex9294BD171601Aed1942
Octal222224275272603235531102
Binary100100101001010010111101101111011001101011101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9294BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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