#928ACC

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

Shades of Blue Bell #928ACC

Tints of Blue Bell #928ACC

Color information

#928ACC (or 0x928ACC) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and CC. RGB value is (146,138,204). Sum of RGB (Red+Green+Blue) = 146+138+204=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #928ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ACC is #6D7533. Grayscale: #939393. Windows color (decimal): -7173428 or 13404818. OLE color: 13404818.

HSL color Cylindrical-coordinate representation of color #928ACC: hue angle of 247.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928ACC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146138204-
CMYK0.280.3200.2
HSL247.27º39.29%67.06%-
HSV(B)247.27º32.35%80%-
XYZ31.8428.6560.98-
YUV147.92159.65126.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=29.92%
G=28.28%
B=41.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461382040.280.3200.2247.2739.2967.06
Hex928ACC1C20014f72743
Octal222212314344002436747103
Binary10010010100010101100110011100100000010100111101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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