#928BEA

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

Shades of Portage #928BEA

Tints of Portage #928BEA

Color information

#928BEA (or 0x928BEA) is unknown color: approx Portage. HEX triplet: 92, 8B and EA. RGB value is (146,139,234). Sum of RGB (Red+Green+Blue) = 146+139+234=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #928BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BEA is #6D7415. Grayscale: #979797. Windows color (decimal): -7173142 or 15371154. OLE color: 15371154.

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

Color convert

RGB146139234-
CMYK0.380.4100.08
HSL244.42º69.34%73.14%-
HSV(B)244.42º40.6%91.76%-
XYZ35.9430.5281.84-
YUV151.92174.32123.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=28.13%
G=26.78%
B=45.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461392340.380.4100.08244.4269.3473.14
Hex928BEA262908f44549
Octal2222133524651010364105111
Binary100100101000101111101010100110101001010001111010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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