#928FEA

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

Shades of Portage #928FEA

Tints of Portage #928FEA

Color information

#928FEA (or 0x928FEA) is unknown color: approx Portage. HEX triplet: 92, 8F and EA. RGB value is (146,143,234). Sum of RGB (Red+Green+Blue) = 146+143+234=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #928FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FEA is #6D7015. Grayscale: #999999. Windows color (decimal): -7172118 or 15372178. OLE color: 15372178.

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

Color convert

RGB146143234-
CMYK0.380.3900.08
HSL241.98º68.42%73.92%-
HSV(B)241.98º38.89%91.76%-
XYZ36.5331.782.03-
YUV154.27172.99122.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.92%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=27.92%
G=27.34%
B=44.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461432340.380.3900.08241.9868.4273.92
Hex928FEA262708f2444a
Octal2222173524647010362104112
Binary100100101000111111101010100110100111010001111001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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