#928ACE

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

Shades of Blue Bell #928ACE

Tints of Blue Bell #928ACE

Color information

#928ACE (or 0x928ACE) is unknown color: approx Blue Bell. HEX triplet: 92, 8A and CE. RGB value is (146,138,206). Sum of RGB (Red+Green+Blue) = 146+138+206=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #928ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ACE is #6D7531. Grayscale: #939393. Windows color (decimal): -7173426 or 13535890. OLE color: 13535890.

HSL color Cylindrical-coordinate representation of color #928ACE: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #928ACE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146138206-
CMYK0.290.3300.19
HSL247.06º40.96%67.45%-
HSV(B)247.06º33.01%80.78%-
XYZ32.0828.7462.25-
YUV148.14160.65126.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=29.80%
G=28.16%
B=42.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461382060.290.3300.19247.0640.9667.45
Hex928ACE1D21013f72943
Octal222212316354102336751103
Binary10010010100010101100111011101100001010011111101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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