#929FF2

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

Shades of Portage #929FF2

Tints of Portage #929FF2

Color information

#929FF2 (or 0x929FF2) is unknown color: approx Portage. HEX triplet: 92, 9F and F2. RGB value is (146,159,242). Sum of RGB (Red+Green+Blue) = 146+159+242=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #929FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929FF2 is #6D600D. Grayscale: #A4A4A4. Windows color (decimal): -7168014 or 15900562. OLE color: 15900562.

HSL color Cylindrical-coordinate representation of color #929FF2: hue angle of 231.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #929FF2 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146159242-
CMYK0.400.3400.05
HSL231.88º78.69%76.08%-
HSV(B)231.88º39.67%94.9%-
XYZ40.2837.3289.08-
YUV164.58171.69114.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=26.69%
G=29.07%
B=44.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461592420.400.3400.05231.8878.6976.08
Hex929FF2282205e84f4c
Octal222237362504205350117114
Binary10010010100111111111001010100010001001011110100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929FF2; }

 p { color: rgb(146,159,242); }

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

<style>
 a { background-color: #929FF2; }

 a { background-color: rgb(146,159,242); }

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

<style>
 span { border-color: #929FF2; }

 span { border-color: rgb(146,159,242); }

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