#928ef4

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

Shades of Portage #928EF4

Tints of Portage #928EF4

Color information

#928EF4 (or 0x928EF4) is unknown color: approx Portage. HEX triplet: 92, 8E and F4. RGB value is (146,142,244). Sum of RGB (Red+Green+Blue) = 146+142+244=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #928EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EF4 is #6D710B. Grayscale: #9A9A9A. Windows color (decimal): -7172364 or 16027282. OLE color: 16027282.

HSL color Cylindrical-coordinate representation of color #928EF4: hue angle of 242.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #928EF4 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146142244-
CMYK0.400.4200.04
HSL242.35º82.26%75.69%-
HSV(B)242.35º41.8%95.69%-
XYZ37.8631.9989.77-
YUV154.82178.33121.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.44%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 244 (95.70% from 255) = 45.86%
R=27.44%
G=26.69%
B=45.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1461422440.400.4200.04242.3582.2675.69
Hex928EF4282A04f2524c
Octal222216364505204362122114
Binary10010010100011101111010010100010101001001111001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928ef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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