#929ACC

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

Shades of Blue Bell #929ACC

Tints of Blue Bell #929ACC

Color information

#929ACC (or 0x929ACC) is unknown color: approx Blue Bell. HEX triplet: 92, 9A and CC. RGB value is (146,154,204). Sum of RGB (Red+Green+Blue) = 146+154+204=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #929ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ACC is #6D6533. Grayscale: #9D9D9D. Windows color (decimal): -7169332 or 13408914. OLE color: 13408914.

HSL color Cylindrical-coordinate representation of color #929ACC: hue angle of 231.72º 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 #929ACC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146154204-
CMYK0.280.2500.2
HSL231.72º36.25%68.63%-
HSV(B)231.72º28.43%80%-
XYZ34.3133.5861.8-
YUV157.31154.35119.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=28.97%
G=30.56%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461542040.280.2500.2231.7236.2568.63
Hex929ACC1C19014e82445
Octal222232314343102435044105
Binary1001001010011010110011001110011001010100111010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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