#928ACA

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

Shades of Blue Bell #928ACA

Tints of Blue Bell #928ACA

Color information

#928ACA (or 0x928ACA) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and CA. RGB value is (146,138,202). Sum of RGB (Red+Green+Blue) = 146+138+202=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #928ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ACA is #6D7535. Grayscale: #939393. Windows color (decimal): -7173430 or 13273746. OLE color: 13273746.

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

Color convert

RGB146138202-
CMYK0.280.3200.21
HSL247.5º37.65%66.67%-
HSV(B)247.5º31.68%79.22%-
XYZ31.628.5559.72-
YUV147.69158.65126.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=30.04%
G=28.40%
B=41.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461382020.280.3200.21247.537.6566.67
Hex928ACA1C20015f82643
Octal222212312344002537046103
Binary10010010100010101100101011100100000010101111110001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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