#928DF1

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

Shades of Portage #928DF1

Tints of Portage #928DF1

Color information

#928DF1 (or 0x928DF1) is unknown color: approx Portage. HEX triplet: 92, 8D and F1. RGB value is (146,141,241). Sum of RGB (Red+Green+Blue) = 146+141+241=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #928DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DF1 is #6D720E. Grayscale: #999999. Windows color (decimal): -7172623 or 15830418. OLE color: 15830418.

HSL color Cylindrical-coordinate representation of color #928DF1: hue angle of 243º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928DF1 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146141241-
CMYK0.390.4100.05
HSL243º78.12%74.9%-
HSV(B)243º41.49%94.51%-
XYZ37.2631.5187.34-
YUV153.89177.16122.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=27.65%
G=26.70%
B=45.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461412410.390.4100.0524378.1274.9
Hex928DF1272905f34e4b
Octal222215361475105363116113
Binary10010010100011011111000110011110100101011111001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,141,241); }

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

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

 a { background-color: rgb(146,141,241); }

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

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

 span { border-color: rgb(146,141,241); }

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