#928EE1

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

Shades of Portage #928EE1

Tints of Portage #928EE1

Color information

#928EE1 (or 0x928EE1) is unknown color: approx Portage. HEX triplet: 92, 8E and E1. RGB value is (146,142,225). Sum of RGB (Red+Green+Blue) = 146+142+225=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #928EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EE1 is #6D711E. Grayscale: #989898. Windows color (decimal): -7172383 or 14782098. OLE color: 14782098.

HSL color Cylindrical-coordinate representation of color #928EE1: hue angle of 242.89º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #928EE1 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146142225-
CMYK0.350.3700.12
HSL242.89º58.04%71.96%-
HSV(B)242.89º36.89%88.24%-
XYZ35.1230.8975.35-
YUV152.66168.83123.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=28.46%
G=27.68%
B=43.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461422250.350.3700.12242.8958.0471.96
Hex928EE123250Cf33a48
Octal222216341434501436372110
Binary10010010100011101110000110001110010101100111100111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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