#928EC5

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

Shades of Blue Bell #928EC5

Tints of Blue Bell #928EC5

Color information

#928EC5 (or 0x928EC5) is unknown color: approx Blue Bell. HEX triplet: 92, 8E and C5. RGB value is (146,142,197). Sum of RGB (Red+Green+Blue) = 146+142+197=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #928EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EC5 is #6D713A. Grayscale: #959595. Windows color (decimal): -7172411 or 12947090. OLE color: 12947090.

HSL color Cylindrical-coordinate representation of color #928EC5: hue angle of 244.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #928EC5 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146142197-
CMYK0.260.2800.23
HSL244.36º32.16%66.47%-
HSV(B)244.36º27.92%77.25%-
XYZ31.6129.4956.85-
YUV149.47154.83125.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 197 (77.34% from 255) = 40.62%
R=30.10%
G=29.28%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461421970.260.2800.23244.3632.1666.47
Hex928EC51A1C017f42042
Octal222216305323402736440102
Binary1001001010001110110001011101011100010111111101001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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