#928FEC

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

Shades of Portage #928FEC

Tints of Portage #928FEC

Color information

#928FEC (or 0x928FEC) is unknown color: approx Portage. HEX triplet: 92, 8F and EC. RGB value is (146,143,236). Sum of RGB (Red+Green+Blue) = 146+143+236=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #928FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FEC is #6D7013. Grayscale: #9A9A9A. Windows color (decimal): -7172116 or 15503250. OLE color: 15503250.

HSL color Cylindrical-coordinate representation of color #928FEC: hue angle of 241.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #928FEC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146143236-
CMYK0.380.3900.07
HSL241.94º70.99%74.31%-
HSV(B)241.94º39.41%92.55%-
XYZ36.8231.8183.56-
YUV154.5173.99121.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=27.81%
G=27.24%
B=44.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461432360.380.3900.07241.9470.9974.31
Hex928FEC262707f2474a
Octal222217354464707362107112
Binary10010010100011111110110010011010011101111111001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,143,236); }

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

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

 a { background-color: rgb(146,143,236); }

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

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

 span { border-color: rgb(146,143,236); }

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