#9296CC

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

Shades of Blue Bell #9296CC

Tints of Blue Bell #9296CC

Color information

#9296CC (or 0x9296CC) is unknown color: approx Blue Bell. HEX triplet: 92, 96 and CC. RGB value is (146,150,204). Sum of RGB (Red+Green+Blue) = 146+150+204=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9296CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296CC is #6D6933. Grayscale: #9A9A9A. Windows color (decimal): -7170356 or 13407890. OLE color: 13407890.

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

Color convert

RGB146150204-
CMYK0.280.2600.2
HSL235.86º36.25%68.63%-
HSV(B)235.86º28.43%80%-
XYZ33.6632.2861.58-
YUV154.96155.67121.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=29.2%
G=30%
B=40.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461502040.280.2600.2235.8636.2568.63
Hex9296CC1C1A014ec2445
Octal222226314343202435444105
Binary1001001010010110110011001110011010010100111011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9296CC; }

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

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

<style>
 a { background-color: #9296CC; }

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

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

<style>
 span { border-color: #9296CC; }

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

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