#9296CD

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

Shades of Blue Bell #9296CD

Tints of Blue Bell #9296CD

Color information

#9296CD (or 0x9296CD) is unknown color: approx Blue Bell. HEX triplet: 92, 96 and CD. RGB value is (146,150,205). Sum of RGB (Red+Green+Blue) = 146+150+205=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9296CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296CD is #6D6932. Grayscale: #9A9A9A. Windows color (decimal): -7170355 or 13473426. OLE color: 13473426.

HSL color Cylindrical-coordinate representation of color #9296CD: hue angle of 235.93º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9296CD is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146150205-
CMYK0.290.2700.20
HSL235.93º37.11%68.82%-
HSV(B)235.93º28.78%80.39%-
XYZ33.7832.3362.22-
YUV155.07156.17121.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=29.14%
G=29.94%
B=40.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461502050.290.2700.20235.9337.1168.82
Hex9296CD1D1B014ec2545
Octal222226315353302435445105
Binary1001001010010110110011011110111011010100111011001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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