#928fe0

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

Shades of Portage #928FE0

Tints of Portage #928FE0

Color information

#928FE0 (or 0x928FE0) is unknown color: approx Portage. HEX triplet: 92, 8F and E0. RGB value is (146,143,224). Sum of RGB (Red+Green+Blue) = 146+143+224=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #928FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FE0 is #6D701F. Grayscale: #989898. Windows color (decimal): -7172128 or 14716818. OLE color: 14716818.

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

Color convert

RGB146143224-
CMYK0.350.3600.12
HSL242.22º56.64%71.96%-
HSV(B)242.22º36.16%87.84%-
XYZ35.1331.1474.68-
YUV153.13167.99122.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=28.46%
G=27.88%
B=43.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461432240.350.3600.12242.2256.6471.96
Hex928FE023240Cf23948
Octal222217340434401436271110
Binary10010010100011111110000010001110010001100111100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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