#928CE2

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

Shades of Portage #928CE2

Tints of Portage #928CE2

Color information

#928CE2 (or 0x928CE2) is unknown color: approx Portage. HEX triplet: 92, 8C and E2. RGB value is (146,140,226). Sum of RGB (Red+Green+Blue) = 146+140+226=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #928CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CE2 is #6D731D. Grayscale: #979797. Windows color (decimal): -7172894 or 14847122. OLE color: 14847122.

HSL color Cylindrical-coordinate representation of color #928CE2: hue angle of 244.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928CE2 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146140226-
CMYK0.350.3800.11
HSL244.19º59.72%71.76%-
HSV(B)244.19º38.05%88.63%-
XYZ34.9630.3675.97-
YUV151.6169.99124.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 226 (88.67% from 255) = 44.14%
R=28.52%
G=27.34%
B=44.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461402260.350.3800.11244.1959.7271.76
Hex928CE223260Bf43c48
Octal222214342434601336474110
Binary10010010100011001110001010001110011001011111101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,140,226); }

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

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

 a { background-color: rgb(146,140,226); }

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

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

 span { border-color: rgb(146,140,226); }

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