#928EC3

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

Shades of Blue Bell #928EC3

Tints of Blue Bell #928EC3

Color information

#928EC3 (or 0x928EC3) is unknown color: approx Blue Bell. HEX triplet: 92, 8E and C3. RGB value is (146,142,195). Sum of RGB (Red+Green+Blue) = 146+142+195=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #928EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EC3 is #6D713C. Grayscale: #959595. Windows color (decimal): -7172413 or 12816018. OLE color: 12816018.

HSL color Cylindrical-coordinate representation of color #928EC3: hue angle of 244.53º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #928EC3 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146142195-
CMYK0.250.2700.24
HSL244.53º30.64%66.08%-
HSV(B)244.53º27.18%76.47%-
XYZ31.3829.455.65-
YUV149.24153.83125.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=30.23%
G=29.40%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461421950.250.2700.24244.5330.6466.08
Hex928EC3191B018f51f42
Octal222216303313303036537102
Binary100100101000111011000011110011101101100011110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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