#9299C6

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

Shades of Blue Bell #9299C6

Tints of Blue Bell #9299C6

Color information

#9299C6 (or 0x9299C6) is unknown color: approx Blue Bell. HEX triplet: 92, 99 and C6. RGB value is (146,153,198). Sum of RGB (Red+Green+Blue) = 146+153+198=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #9299C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299C6 is #6D6639. Grayscale: #9B9B9B. Windows color (decimal): -7169594 or 13015442. OLE color: 13015442.

HSL color Cylindrical-coordinate representation of color #9299C6: hue angle of 231.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9299C6 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146153198-
CMYK0.260.2300.22
HSL231.92º31.33%67.45%-
HSV(B)231.92º26.26%77.65%-
XYZ33.4432.9758.03-
YUV156.04151.68120.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=29.38%
G=30.78%
B=39.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461531980.260.2300.22231.9231.3367.45
Hex9299C61A17016e81f43
Octal222231306322702635037103
Binary100100101001100111000110110101011101011011101000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9299C6; }

 p { color: rgb(146,153,198); }

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

<style>
 a { background-color: #9299C6; }

 a { background-color: rgb(146,153,198); }

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

<style>
 span { border-color: #9299C6; }

 span { border-color: rgb(146,153,198); }

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