#929AC9

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

Shades of Blue Bell #929AC9

Tints of Blue Bell #929AC9

Color information

#929AC9 (or 0x929AC9) is unknown color: approx Blue Bell. HEX triplet: 92, 9A and C9. RGB value is (146,154,201). Sum of RGB (Red+Green+Blue) = 146+154+201=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #929AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AC9 is #6D6536. Grayscale: #9C9C9C. Windows color (decimal): -7169335 or 13212306. OLE color: 13212306.

HSL color Cylindrical-coordinate representation of color #929AC9: hue angle of 231.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #929AC9 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146154201-
CMYK0.270.2300.21
HSL231.27º33.74%68.04%-
HSV(B)231.27º27.36%78.82%-
XYZ33.9533.4459.92-
YUV156.97152.85120.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=29.14%
G=30.74%
B=40.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461542010.270.2300.21231.2733.7468.04
Hex929AC91B17015e72244
Octal222232311332702534742104
Binary1001001010011010110010011101110111010101111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929AC9; }

 p { color: rgb(146,154,201); }

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

<style>
 a { background-color: #929AC9; }

 a { background-color: rgb(146,154,201); }

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

<style>
 span { border-color: #929AC9; }

 span { border-color: rgb(146,154,201); }

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