#9299CB

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

Shades of Blue Bell #9299CB

Tints of Blue Bell #9299CB

Color information

#9299CB (or 0x9299CB) is unknown color: approx Blue Bell. HEX triplet: 92, 99 and CB. RGB value is (146,153,203). Sum of RGB (Red+Green+Blue) = 146+153+203=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #9299CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299CB is #6D6634. Grayscale: #9C9C9C. Windows color (decimal): -7169589 or 13343122. OLE color: 13343122.

HSL color Cylindrical-coordinate representation of color #9299CB: hue angle of 232.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9299CB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146153203-
CMYK0.280.2500.20
HSL232.63º35.4%68.43%-
HSV(B)232.63º28.08%79.61%-
XYZ34.0233.2161.12-
YUV156.61154.18120.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=29.08%
G=30.48%
B=40.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461532030.280.2500.20232.6335.468.43
Hex9299CB1C19014e92344
Octal222231313343102435143104
Binary1001001010011001110010111110011001010100111010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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