#928ECC

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

Shades of Blue Bell #928ECC

Tints of Blue Bell #928ECC

Color information

#928ECC (or 0x928ECC) is unknown color: approx Blue Bell. HEX triplet: 92, 8E and CC. RGB value is (146,142,204). Sum of RGB (Red+Green+Blue) = 146+142+204=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #928ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ECC is #6D7133. Grayscale: #969696. Windows color (decimal): -7172404 or 13405842. OLE color: 13405842.

HSL color Cylindrical-coordinate representation of color #928ECC: hue angle of 243.87º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928ECC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146142204-
CMYK0.280.3000.2
HSL243.87º37.8%67.84%-
HSV(B)243.87º30.39%80%-
XYZ32.4329.8261.17-
YUV150.26158.33124.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=29.67%
G=28.86%
B=41.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461422040.280.3000.2243.8737.867.84
Hex928ECC1C1E014f42644
Octal222216314343602436446104
Binary1001001010001110110011001110011110010100111101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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