#928BCC

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

Shades of Blue Bell #928BCC

Tints of Blue Bell #928BCC

Color information

#928BCC (or 0x928BCC) is unknown color: approx Blue Bell. HEX triplet: 92, 8B and CC. RGB value is (146,139,204). Sum of RGB (Red+Green+Blue) = 146+139+204=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #928BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BCC is #6D7433. Grayscale: #949494. Windows color (decimal): -7173172 or 13405074. OLE color: 13405074.

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

Color convert

RGB146139204-
CMYK0.280.3200.2
HSL246.46º38.92%67.25%-
HSV(B)246.46º31.86%80%-
XYZ31.9928.9461.03-
YUV148.5159.32126.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=29.86%
G=28.43%
B=41.72%

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
Decimal1461392040.280.3200.2246.4638.9267.25
Hex928BCC1C20014f62743
Octal222213314344002436647103
Binary10010010100010111100110011100100000010100111101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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