#928AEB

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

Shades of Portage #928AEB

Tints of Portage #928AEB

Color information

#928AEB (or 0x928AEB) is unknown color: approx Portage. HEX triplet: 92, 8A and EB. RGB value is (146,138,235). Sum of RGB (Red+Green+Blue) = 146+138+235=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #928AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AEB is #6D7514. Grayscale: #979797. Windows color (decimal): -7173397 or 15436434. OLE color: 15436434.

HSL color Cylindrical-coordinate representation of color #928AEB: hue angle of 244.95º degrees, saturation: 0.71, 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 #928AEB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146138235-
CMYK0.380.4100.08
HSL244.95º70.8%73.14%-
HSV(B)244.95º41.28%92.16%-
XYZ35.9430.2982.55-
YUV151.45175.15124.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=28.13%
G=26.59%
B=45.28%

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
Decimal1461382350.380.4100.08244.9570.873.14
Hex928AEB262908f54749
Octal2222123534651010365107111
Binary100100101000101011101011100110101001010001111010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,138,235); }

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

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

 a { background-color: rgb(146,138,235); }

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

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

 span { border-color: rgb(146,138,235); }

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